.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-29bac9de-6427-4b9e-b550-065e56fa8d5f {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-color: rgba(33, 33, 33, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-29bac9de-6427-4b9e-b550-065e56fa8d5f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
min-height: 600px;
display: none;
}
#s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-content-s-29bac9de-6427-4b9e-b550-065e56fa8d5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29bac9de-6427-4b9e-b550-065e56fa8d5f {
  padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-content-s-29bac9de-6427-4b9e-b550-065e56fa8d5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29bac9de-6427-4b9e-b550-065e56fa8d5f {
  display: none;
}
#s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-s-29bac9de-6427-4b9e-b550-065e56fa8d5f, #wrap-content-s-29bac9de-6427-4b9e-b550-065e56fa8d5f { display: none !important; }}@media (max-width: 767px){#s-29bac9de-6427-4b9e-b550-065e56fa8d5f {
  padding-bottom: 50px;
}
}







#s-29bac9de-6427-4b9e-b550-065e56fa8d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29bac9de-6427-4b9e-b550-065e56fa8d5f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-2941b3ea-51ac-4b0a-8950-f53c25e251c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 25px;
padding-right: 4%;
}
@media (min-width: 1200px){#s-2941b3ea-51ac-4b0a-8950-f53c25e251c8 {
  padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2941b3ea-51ac-4b0a-8950-f53c25e251c8 {
  padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2941b3ea-51ac-4b0a-8950-f53c25e251c8 {
  padding-bottom: 25px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-2941b3ea-51ac-4b0a-8950-f53c25e251c8 {
  padding-bottom: 20px;
padding-right: 0%;
display: none;
}
#s-2941b3ea-51ac-4b0a-8950-f53c25e251c8, #wrap-s-2941b3ea-51ac-4b0a-8950-f53c25e251c8, #wrap-content-s-2941b3ea-51ac-4b0a-8950-f53c25e251c8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2941b3ea-51ac-4b0a-8950-f53c25e251c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2941b3ea-51ac-4b0a-8950-f53c25e251c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2941b3ea-51ac-4b0a-8950-f53c25e251c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2941b3ea-51ac-4b0a-8950-f53c25e251c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

.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-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin-left: 0px;
margin-right: 0px;
max-width: 200px;
text-align: left;
}
@media (min-width: 1200px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 302px;
aspect-ratio: 184/190;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  max-width: 243px;
aspect-ratio: 184/190;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  max-width: 175px;
}
}
#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin: 0 !important;
  overflow: visible;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add background color handling */
  
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image {
  box-sizing: border-box;
}



.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  
}


@media (min-width: 1200px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin: 0 !important;
  overflow: visible;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add background color handling */
  
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }




.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image {
  box-sizing: border-box;
}



.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
      position: relative;
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin: 0 !important;
  overflow: visible;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add background color handling */
  
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }




.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image {
  box-sizing: border-box;
}



.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
      position: relative;
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin: 0 !important;
  overflow: visible;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add background color handling */
  
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image {
  box-sizing: border-box;
}



.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  
}


}@media (max-width: 767px){#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  margin: 0 !important;
  overflow: visible;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55d12efe-8e9d-40d8-8589-6d43e48fe08e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add background color handling */
  
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d12efe-8e9d-40d8-8589-6d43e48fe08e.shogun-image {
  box-sizing: border-box;
}



.s-55d12efe-8e9d-40d8-8589-6d43e48fe08e img.shogun-image {
  
}


}
#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin-left: auto;
margin-right: auto;
max-width: 760px;
aspect-ratio: 760/614;
text-align: center;
}
@media (max-width: 767px){#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin-top: -40px;
margin-bottom: 0px;
}
}
#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
  box-sizing: border-box;
}



.s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-939080c0-7aab-4857-adb8-71385bcdd7cd {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
      position: relative;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

@media (min-width: 1200px){#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
  box-sizing: border-box;
}



.s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-939080c0-7aab-4857-adb8-71385bcdd7cd {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
      position: relative;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
  box-sizing: border-box;
}



.s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-939080c0-7aab-4857-adb8-71385bcdd7cd {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
      position: relative;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
  box-sizing: border-box;
}



.s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-939080c0-7aab-4857-adb8-71385bcdd7cd {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
      position: relative;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (max-width: 767px){#s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-939080c0-7aab-4857-adb8-71385bcdd7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-939080c0-7aab-4857-adb8-71385bcdd7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-939080c0-7aab-4857-adb8-71385bcdd7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image {
  box-sizing: border-box;
}



.s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-939080c0-7aab-4857-adb8-71385bcdd7cd {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container {
      position: relative;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-939080c0-7aab-4857-adb8-71385bcdd7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}
#s-d880c377-629a-486c-b29f-ec168620accc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
}
@media (max-width: 767px){#s-d880c377-629a-486c-b29f-ec168620accc {
  display: none;
}
#s-d880c377-629a-486c-b29f-ec168620accc, #wrap-s-d880c377-629a-486c-b29f-ec168620accc, #wrap-content-s-d880c377-629a-486c-b29f-ec168620accc { display: none !important; }}
@media (min-width: 0px) {
[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d880c377-629a-486c-b29f-ec168620accc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-2c6f9858-8507-4f0e-81ad-2219640dbe26 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c6f9858-8507-4f0e-81ad-2219640dbe26 .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 37px;
  line-height: 0.85em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-2c6f9858-8507-4f0e-81ad-2219640dbe26 .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 83px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c6f9858-8507-4f0e-81ad-2219640dbe26 .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 55px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c6f9858-8507-4f0e-81ad-2219640dbe26 .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 41px;
  line-height: 0.85em;
  
  text-align: left;
}


}
#s-22f2b772-c6b8-4fba-beb6-416b7236ebe7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-22f2b772-c6b8-4fba-beb6-416b7236ebe7 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-22f2b772-c6b8-4fba-beb6-416b7236ebe7 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-e822a12e-d1ea-405b-82e4-c77993cc59ce {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-52524928-44b1-4f3d-a6dc-abbdc88252b2 {
  margin-left: auto;
margin-right: auto;
}

#s-02b1f993-269d-4dac-97dd-c984db1a1d16 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-02b1f993-269d-4dac-97dd-c984db1a1d16 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-02b1f993-269d-4dac-97dd-c984db1a1d16 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-06f32997-72f0-426b-b371-e70ccfca07fe {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (min-width: 1200px){#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 {
  display: none;
}
#s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-content-s-238a7f1d-5361-4922-ac99-6d2f9559ce56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 {
  display: none;
}
#s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-content-s-238a7f1d-5361-4922-ac99-6d2f9559ce56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 {
  display: none;
}
#s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-s-238a7f1d-5361-4922-ac99-6d2f9559ce56, #wrap-content-s-238a7f1d-5361-4922-ac99-6d2f9559ce56 { display: none !important; }}
#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-238a7f1d-5361-4922-ac99-6d2f9559ce56 td.shogun-table-column, #s-238a7f1d-5361-4922-ac99-6d2f9559ce56 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9dd43f72-64de-41b7-9e02-de8ba62dabd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-9dd43f72-64de-41b7-9e02-de8ba62dabd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(245, 78, 2, 1);
}

#s-cbfe83ab-3661-492d-b698-da9e2fffcae1 .shogun-icon-wrapper {
  text-align: center;
}


#s-cbfe83ab-3661-492d-b698-da9e2fffcae1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(245, 78, 2, 1);
}

#s-c0aa3bd0-c363-4449-b1d7-e2f9db04b68f {
  margin-top: 12px;
margin-left: 1%;
margin-bottom: 12px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-c0aa3bd0-c363-4449-b1d7-e2f9db04b68f .shogun-heading-component h3 {
  color: rgba(140, 125, 107, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a1b2c520-b409-4d4c-b3b6-543a14b58919 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-a1b2c520-b409-4d4c-b3b6-543a14b58919 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-a1b2c520-b409-4d4c-b3b6-543a14b58919 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1b2c520-b409-4d4c-b3b6-543a14b58919 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


}
#s-d4b69bea-f3af-4719-b82c-de9f583a3c5d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d4b69bea-f3af-4719-b82c-de9f583a3c5d {
  padding-top: 0px;
padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4b69bea-f3af-4719-b82c-de9f583a3c5d {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4b69bea-f3af-4719-b82c-de9f583a3c5d {
  margin-left: 0%;
margin-right: -12%;
}
}
@media (min-width: 0px) {
[id="s-d4b69bea-f3af-4719-b82c-de9f583a3c5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d4b69bea-f3af-4719-b82c-de9f583a3c5d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-d4b69bea-f3af-4719-b82c-de9f583a3c5d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4b69bea-f3af-4719-b82c-de9f583a3c5d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
  box-sizing: border-box;
}



.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
      position: relative;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
  box-sizing: border-box;
}



.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
      position: relative;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
  box-sizing: border-box;
}



.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
      position: relative;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
  box-sizing: border-box;
}



.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
      position: relative;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image {
  box-sizing: border-box;
}



.s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container {
      position: relative;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1cb9350-9d03-4ea2-94b4-2196842be4c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin: 0 !important;
  overflow: visible;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add background color handling */
  
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
  box-sizing: border-box;
}



.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
      position: relative;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin: 0 !important;
  overflow: visible;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add background color handling */
  
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
  box-sizing: border-box;
}



.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
      position: relative;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin: 0 !important;
  overflow: visible;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add background color handling */
  
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
  box-sizing: border-box;
}



.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
      position: relative;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin: 0 !important;
  overflow: visible;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add background color handling */
  
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
  box-sizing: border-box;
}



.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
      position: relative;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  margin: 0 !important;
  overflow: visible;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add background color handling */
  
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image {
  box-sizing: border-box;
}



.s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container {
      position: relative;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19f1a2d3-6685-4ea2-9b28-a84be37d6394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
  box-sizing: border-box;
}



.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
      position: relative;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
  box-sizing: border-box;
}



.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
      position: relative;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
  box-sizing: border-box;
}



.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
      position: relative;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
  box-sizing: border-box;
}



.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
      position: relative;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image {
  box-sizing: border-box;
}



.s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container {
      position: relative;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c54611-1ede-43a8-9b5c-7fcb2495d883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
  box-sizing: border-box;
}



.s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
      position: relative;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
  box-sizing: border-box;
}



.s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
      position: relative;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
  box-sizing: border-box;
}



.s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
      position: relative;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
  box-sizing: border-box;
}



.s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
      position: relative;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-5a12203a-bdd9-4103-a50e-ef36ad432487 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image {
  box-sizing: border-box;
}



.s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container {
      position: relative;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a12203a-bdd9-4103-a50e-ef36ad432487 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
  box-sizing: border-box;
}



.s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
      position: relative;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
  box-sizing: border-box;
}



.s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
      position: relative;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
  box-sizing: border-box;
}



.s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
      position: relative;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
  box-sizing: border-box;
}



.s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
      position: relative;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-dc7eebc1-487a-401c-be74-532d2b70cff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image {
  box-sizing: border-box;
}



.s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container {
      position: relative;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc7eebc1-487a-401c-be74-532d2b70cff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-6489fd9b-74d0-4c1a-9fef-30daed58535b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
}
@media (min-width: 1200px){#s-6489fd9b-74d0-4c1a-9fef-30daed58535b {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6489fd9b-74d0-4c1a-9fef-30daed58535b {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6489fd9b-74d0-4c1a-9fef-30daed58535b {
  margin-left: 0%;
margin-right: -24%;
}
}
@media (min-width: 0px) {
[id="s-6489fd9b-74d0-4c1a-9fef-30daed58535b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6489fd9b-74d0-4c1a-9fef-30daed58535b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6489fd9b-74d0-4c1a-9fef-30daed58535b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6489fd9b-74d0-4c1a-9fef-30daed58535b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin: 0 !important;
  overflow: visible;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add background color handling */
  
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
  box-sizing: border-box;
}



.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
      position: relative;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin: 0 !important;
  overflow: visible;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add background color handling */
  
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
  box-sizing: border-box;
}



.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
      position: relative;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin: 0 !important;
  overflow: visible;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add background color handling */
  
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
  box-sizing: border-box;
}



.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
      position: relative;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin: 0 !important;
  overflow: visible;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add background color handling */
  
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
  box-sizing: border-box;
}



.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
      position: relative;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  margin: 0 !important;
  overflow: visible;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add background color handling */
  
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image {
  box-sizing: border-box;
}



.s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container {
      position: relative;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bb3e65b-da6e-4930-9aca-5ecd3110518e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/77;
text-align: left;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
  box-sizing: border-box;
}



.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
      position: relative;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
  box-sizing: border-box;
}



.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
      position: relative;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
  box-sizing: border-box;
}



.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
      position: relative;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
  box-sizing: border-box;
}



.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
      position: relative;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image {
  box-sizing: border-box;
}



.s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container {
      position: relative;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22eeccf-b266-42f7-afec-d74ef4c074d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
@media (min-width: 1200px){#s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a {
  margin-left: 0%;
margin-right: -24%;
}
}
@media (min-width: 0px) {
[id="s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8705d7e2-e276-4ba1-98c5-37e6913a0f5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
  box-sizing: border-box;
}



.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
      position: relative;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
  box-sizing: border-box;
}



.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
      position: relative;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
  box-sizing: border-box;
}



.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
      position: relative;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
  box-sizing: border-box;
}



.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
      position: relative;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image {
  box-sizing: border-box;
}



.s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container {
      position: relative;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0eca4e8-43a5-4ff5-8429-032136cb10e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin: 0 !important;
  overflow: visible;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add background color handling */
  
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
  box-sizing: border-box;
}



.s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8858d009-b6ac-468c-a403-fa3c3518431f {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
      position: relative;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin: 0 !important;
  overflow: visible;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add background color handling */
  
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
  box-sizing: border-box;
}



.s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8858d009-b6ac-468c-a403-fa3c3518431f {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
      position: relative;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin: 0 !important;
  overflow: visible;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add background color handling */
  
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
  box-sizing: border-box;
}



.s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8858d009-b6ac-468c-a403-fa3c3518431f {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
      position: relative;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin: 0 !important;
  overflow: visible;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add background color handling */
  
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
  box-sizing: border-box;
}



.s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8858d009-b6ac-468c-a403-fa3c3518431f {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
      position: relative;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-8858d009-b6ac-468c-a403-fa3c3518431f {
  margin: 0 !important;
  overflow: visible;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8858d009-b6ac-468c-a403-fa3c3518431f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add background color handling */
  
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8858d009-b6ac-468c-a403-fa3c3518431f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-8858d009-b6ac-468c-a403-fa3c3518431f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image {
  box-sizing: border-box;
}



.s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8858d009-b6ac-468c-a403-fa3c3518431f {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container {
      position: relative;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8858d009-b6ac-468c-a403-fa3c3518431f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d {
  display: none;
}
#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-content-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d {
  display: none;
}
#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-content-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d {
  display: none;
}
#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d, #wrap-content-s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d { display: none !important; }}







#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2892cd-86fb-4a88-9d3f-c22ffdbf2a5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin-left: auto;
margin-right: auto;
max-width: 184px;
aspect-ratio: 184/190;
text-align: left;
}
@media (min-width: 1200px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin-left: 0%;
margin-right: 29%;
}
}@media (max-width: 767px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 184px;
  }




.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image {
  box-sizing: border-box;
}



.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
      position: relative;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 184px;
    }
  }

@media (min-width: 1200px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 184px;
  }




.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image {
  box-sizing: border-box;
}



.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
      position: relative;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 184px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 29%;
  
  
}

.shg-image-content-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 184px;
  }




.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image {
  box-sizing: border-box;
}



.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
      position: relative;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 184px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 184px;
  }




.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image {
  box-sizing: border-box;
}



.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
      position: relative;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 184px;
    }
  }

}@media (max-width: 767px){#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

.shg-image-content-margin-container-s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 184px;
  }




.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image {
  box-sizing: border-box;
}



.s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container {
      position: relative;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdaed02-e770-4fb1-9df7-276210fc46a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 184px;
    }
  }

}
#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin-left: auto;
margin-right: auto;
max-width: 760px;
aspect-ratio: 760/614;
text-align: center;
}
@media (max-width: 767px){#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
  box-sizing: border-box;
}



.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
      position: relative;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

@media (min-width: 1200px){#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
  box-sizing: border-box;
}



.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
      position: relative;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
  box-sizing: border-box;
}



.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
      position: relative;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
  box-sizing: border-box;
}



.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
      position: relative;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}@media (max-width: 767px){#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  /* Add padding handling */
  padding-left: 4%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }

    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-link {
      aspect-ratio: 760/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 760px;
  }



  img.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
    
    
    
    max-height: 760px;
  }


.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image {
  box-sizing: border-box;
}



.s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb {
      --shg-aspect-ratio: calc(760/614); 
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container {
      position: relative;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb66261-eed4-41ac-bc4b-b0116d1f63cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 760px;
    }
  }

}
#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
}
@media (min-width: 1200px){#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 {
  display: none;
}
#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-content-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 {
  display: none;
}
#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-content-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 {
  display: none;
}
#s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4, #wrap-content-s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ebfa08-9452-4dfd-a801-c83273a5eaf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c {
  padding-bottom: 0px;
}
}
#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 37px;
  line-height: 0.85em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 83px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 55px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 41px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-a4ca3d82-2daa-4b80-8091-95d1ca99210c .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 79px;
  line-height: 0.85em;
  
  text-align: left;
}


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

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

#s-503dfae3-f192-440b-bcd8-0b7989cd6ffb {
  margin-left: auto;
margin-right: auto;
}

#s-503dfae3-f192-440b-bcd8-0b7989cd6ffb hr {
  border-top: 2px solid #ddd;
}

#s-125d8cfb-2087-41e2-9271-471afa7d252a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-125d8cfb-2087-41e2-9271-471afa7d252a {
  padding-bottom: 14px;
}
}
#s-125d8cfb-2087-41e2-9271-471afa7d252a .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-125d8cfb-2087-41e2-9271-471afa7d252a .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-125d8cfb-2087-41e2-9271-471afa7d252a .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-ea68c684-9691-4085-bd0b-ac7d6d13d9e2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-d34fa17f-5d7e-4424-ab94-a39eb63df1af {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d34fa17f-5d7e-4424-ab94-a39eb63df1af {
  padding-bottom: 20px;
}
}
#s-579d17e4-e377-4cb8-9998-931c129eff69 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 14px;
text-align: left;
}

#s-579d17e4-e377-4cb8-9998-931c129eff69 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-579d17e4-e377-4cb8-9998-931c129eff69 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-579d17e4-e377-4cb8-9998-931c129eff69 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-9b13efdf-a958-455c-af24-08601b7fc529 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b {
  padding-top: 0px;
padding-bottom: 14px;
}
}
#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-35e503c0-fd30-4384-8a6a-69eb653d8d8b .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-709486c1-e08e-47da-afc1-0561bc8aaae7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-709486c1-e08e-47da-afc1-0561bc8aaae7 {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-709486c1-e08e-47da-afc1-0561bc8aaae7 {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-709486c1-e08e-47da-afc1-0561bc8aaae7 {
  padding-bottom: 30px;
padding-right: 30%;
}
}
@media (min-width: 0px) {
[id="s-709486c1-e08e-47da-afc1-0561bc8aaae7"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 768px) {
[id="s-709486c1-e08e-47da-afc1-0561bc8aaae7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 992px) {
[id="s-709486c1-e08e-47da-afc1-0561bc8aaae7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 1200px) {
[id="s-709486c1-e08e-47da-afc1-0561bc8aaae7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 3.2px);
}

}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
  box-sizing: border-box;
}



.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
      position: relative;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
  box-sizing: border-box;
}



.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
      position: relative;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
  box-sizing: border-box;
}



.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
      position: relative;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
  box-sizing: border-box;
}



.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
      position: relative;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image {
  box-sizing: border-box;
}



.s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container {
      position: relative;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d87e208-e6b2-4c1f-aac8-ab78109d11d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
  box-sizing: border-box;
}



.s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
      position: relative;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
  box-sizing: border-box;
}



.s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
      position: relative;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
  box-sizing: border-box;
}



.s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
      position: relative;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
  box-sizing: border-box;
}



.s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
      position: relative;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-ad95c45d-7667-4727-82ac-bf027c73ad38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image {
  box-sizing: border-box;
}



.s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container {
      position: relative;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad95c45d-7667-4727-82ac-bf027c73ad38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
  box-sizing: border-box;
}



.s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
      position: relative;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
  box-sizing: border-box;
}



.s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
      position: relative;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
  box-sizing: border-box;
}



.s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
      position: relative;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
  box-sizing: border-box;
}



.s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
      position: relative;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4bf2d42a-304e-4726-a68e-2fabf15f584f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image {
  box-sizing: border-box;
}



.s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container {
      position: relative;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2d42a-304e-4726-a68e-2fabf15f584f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin: 0 !important;
  overflow: visible;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add background color handling */
  
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
  box-sizing: border-box;
}



.s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41940591-6ced-49a4-8cc2-111eccc9d917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
      position: relative;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin: 0 !important;
  overflow: visible;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add background color handling */
  
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
  box-sizing: border-box;
}



.s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41940591-6ced-49a4-8cc2-111eccc9d917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
      position: relative;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin: 0 !important;
  overflow: visible;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add background color handling */
  
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
  box-sizing: border-box;
}



.s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41940591-6ced-49a4-8cc2-111eccc9d917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
      position: relative;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin: 0 !important;
  overflow: visible;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add background color handling */
  
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
  box-sizing: border-box;
}



.s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41940591-6ced-49a4-8cc2-111eccc9d917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
      position: relative;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  margin: 0 !important;
  overflow: visible;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41940591-6ced-49a4-8cc2-111eccc9d917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add background color handling */
  
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41940591-6ced-49a4-8cc2-111eccc9d917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-41940591-6ced-49a4-8cc2-111eccc9d917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image {
  box-sizing: border-box;
}



.s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41940591-6ced-49a4-8cc2-111eccc9d917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container {
      position: relative;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41940591-6ced-49a4-8cc2-111eccc9d917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
  box-sizing: border-box;
}



.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
      position: relative;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
  box-sizing: border-box;
}



.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
      position: relative;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
  box-sizing: border-box;
}



.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
      position: relative;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
  box-sizing: border-box;
}



.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
      position: relative;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image {
  box-sizing: border-box;
}



.s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container {
      position: relative;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3746a256-5c8d-4a67-a7e3-2e20027e94d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-a4e01c27-29ab-41d9-a72b-5069078162f2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a4e01c27-29ab-41d9-a72b-5069078162f2 {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4e01c27-29ab-41d9-a72b-5069078162f2 {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a4e01c27-29ab-41d9-a72b-5069078162f2 {
  padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a4e01c27-29ab-41d9-a72b-5069078162f2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-a4e01c27-29ab-41d9-a72b-5069078162f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-a4e01c27-29ab-41d9-a72b-5069078162f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4e01c27-29ab-41d9-a72b-5069078162f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
  box-sizing: border-box;
}



.s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0da45425-8599-4c14-9cee-1657c62af7d6 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
      position: relative;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
  box-sizing: border-box;
}



.s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0da45425-8599-4c14-9cee-1657c62af7d6 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
      position: relative;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
  box-sizing: border-box;
}



.s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0da45425-8599-4c14-9cee-1657c62af7d6 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
      position: relative;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
  box-sizing: border-box;
}



.s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0da45425-8599-4c14-9cee-1657c62af7d6 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
      position: relative;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da45425-8599-4c14-9cee-1657c62af7d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0da45425-8599-4c14-9cee-1657c62af7d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-0da45425-8599-4c14-9cee-1657c62af7d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image {
  box-sizing: border-box;
}



.s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0da45425-8599-4c14-9cee-1657c62af7d6 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container {
      position: relative;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0da45425-8599-4c14-9cee-1657c62af7d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/77;
text-align: left;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin: 0 !important;
  overflow: visible;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add background color handling */
  
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
  box-sizing: border-box;
}



.s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1653b220-dbb4-444d-8064-988c5feeee59 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
      position: relative;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin: 0 !important;
  overflow: visible;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add background color handling */
  
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
  box-sizing: border-box;
}



.s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1653b220-dbb4-444d-8064-988c5feeee59 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
      position: relative;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin: 0 !important;
  overflow: visible;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add background color handling */
  
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
  box-sizing: border-box;
}



.s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1653b220-dbb4-444d-8064-988c5feeee59 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
      position: relative;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin: 0 !important;
  overflow: visible;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add background color handling */
  
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
  box-sizing: border-box;
}



.s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1653b220-dbb4-444d-8064-988c5feeee59 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
      position: relative;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-1653b220-dbb4-444d-8064-988c5feeee59 {
  margin: 0 !important;
  overflow: visible;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1653b220-dbb4-444d-8064-988c5feeee59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add background color handling */
  
}

#s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1653b220-dbb4-444d-8064-988c5feeee59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-1653b220-dbb4-444d-8064-988c5feeee59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image {
  box-sizing: border-box;
}



.s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1653b220-dbb4-444d-8064-988c5feeee59 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container {
      position: relative;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1653b220-dbb4-444d-8064-988c5feeee59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
  box-sizing: border-box;
}



.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
      position: relative;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
  box-sizing: border-box;
}



.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
      position: relative;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
  box-sizing: border-box;
}



.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
      position: relative;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
  box-sizing: border-box;
}



.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
      position: relative;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image {
  box-sizing: border-box;
}



.s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container {
      position: relative;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c01ad9a-4059-4f70-bced-dd512a82b4d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
  box-sizing: border-box;
}



.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
      position: relative;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
  box-sizing: border-box;
}



.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
      position: relative;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
  box-sizing: border-box;
}



.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
      position: relative;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
  box-sizing: border-box;
}



.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
      position: relative;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image {
  box-sizing: border-box;
}



.s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container {
      position: relative;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dd44f74-5caf-4ad6-9482-88f595cc28c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
background-color: rgba(33, 33, 33, 1);
}
@media (min-width: 1200px){#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 625px;
}
}@media (max-width: 767px){#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918 {
  display: none;
}
#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918, #wrap-s-1dc42af5-a25d-4e6f-a758-9cd3571f8918, #wrap-content-s-1dc42af5-a25d-4e6f-a758-9cd3571f8918 { display: none !important; }}







#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dc42af5-a25d-4e6f-a758-9cd3571f8918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c48dd9c8-a9d7-47be-b055-3e849f86c5fa {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 625px;
background-position: right top;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c48dd9c8-a9d7-47be-b055-3e849f86c5fa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c48dd9c8-a9d7-47be-b055-3e849f86c5fa {
  background-image: url(https://i.shgcdn.com/bc5d75d7-db0a-47f2-bc17-60a540acf43a/);
}








#s-c48dd9c8-a9d7-47be-b055-3e849f86c5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c48dd9c8-a9d7-47be-b055-3e849f86c5fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61337756-fc00-4f0a-800a-7438310254b2 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
min-height: 200px;
}








#s-61337756-fc00-4f0a-800a-7438310254b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61337756-fc00-4f0a-800a-7438310254b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9421e2f7-f735-4755-97b6-d322b4f47de3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9421e2f7-f735-4755-97b6-d322b4f47de3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin-left: 0px;
margin-right: 0px;
max-width: 200px;
text-align: left;
}
@media (min-width: 1200px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 302px;
aspect-ratio: 184/190;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  max-width: 243px;
aspect-ratio: 184/190;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  max-width: 175px;
}
}
#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image {
  box-sizing: border-box;
}



.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  
}


@media (min-width: 1200px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }




.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image {
  box-sizing: border-box;
}



.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
      position: relative;
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add padding handling */
  
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shg-image-content-wrapper {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }

    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-link {
      aspect-ratio: 184/190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }




.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image {
  box-sizing: border-box;
}



.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
      --shg-aspect-ratio: calc(184/190); 
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
      position: relative;
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image {
  box-sizing: border-box;
}



.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  
}


}@media (max-width: 767px){#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337.shogun-image {
  box-sizing: border-box;
}



.s-46ef96ce-ee6d-4f2e-ab32-cee0050f5337 img.shogun-image {
  
}


}
#s-468c2b45-b798-403f-b73e-f0aeb208a563 {
  margin-left: 4%;
margin-right: 4%;
min-height: 200px;
}








#s-468c2b45-b798-403f-b73e-f0aeb208a563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-468c2b45-b798-403f-b73e-f0aeb208a563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d {
  display: none;
}
#s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d, #wrap-s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d, #wrap-content-s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb13edd-af32-456f-8ba5-3ce7f45deb7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ea332b13-a699-4572-9da9-9cb1baf3766b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea332b13-a699-4572-9da9-9cb1baf3766b .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0.85em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-ea332b13-a699-4572-9da9-9cb1baf3766b .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 76px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea332b13-a699-4572-9da9-9cb1baf3766b .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 55px;
  line-height: 0.85em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea332b13-a699-4572-9da9-9cb1baf3766b .shogun-heading-component h2 {
  color: rgba(161, 129, 71, 1);
  font-weight:  700 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 41px;
  line-height: 0.85em;
  
  text-align: left;
}


}
#s-969f75db-374f-4883-8ab3-b9d722db3072 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-969f75db-374f-4883-8ab3-b9d722db3072 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-969f75db-374f-4883-8ab3-b9d722db3072 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-333f50a8-b8c2-4b41-b4f6-e01680420e90 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-bf3976d6-3a59-4b02-8628-f387e06c9b3d {
  margin-left: auto;
margin-right: auto;
}

#s-528fff7a-4c9c-4419-b79e-28c4a2af9fe1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-528fff7a-4c9c-4419-b79e-28c4a2af9fe1 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-528fff7a-4c9c-4419-b79e-28c4a2af9fe1 .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-92001066-c90c-46cf-bd31-96e42a007cf2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

@media (min-width: 1200px){#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 {
  display: none;
}
#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-content-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 {
  display: none;
}
#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-content-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 {
  display: none;
}
#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975, #wrap-content-s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 { display: none !important; }}
#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 td.shogun-table-column, #s-df9e64f5-fda7-4a89-b7c2-f2f6aa567975 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1eb8b229-6fe3-45a2-9ac0-2a10771ec0b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-1eb8b229-6fe3-45a2-9ac0-2a10771ec0b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(245, 78, 2, 1);
}

#s-198f78b4-03c1-4bc5-9a07-250d3e973f3c .shogun-icon-wrapper {
  text-align: center;
}


#s-198f78b4-03c1-4bc5-9a07-250d3e973f3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(245, 78, 2, 1);
}

#s-1137286f-18ab-4757-9b6f-242b15f3d32f {
  margin-top: 12px;
margin-left: 1%;
margin-bottom: 12px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-1137286f-18ab-4757-9b6f-242b15f3d32f .shogun-heading-component h3 {
  color: rgba(140, 125, 107, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-72faaf58-3124-4889-9412-2ae0c67141ba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-72faaf58-3124-4889-9412-2ae0c67141ba .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-72faaf58-3124-4889-9412-2ae0c67141ba .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-72faaf58-3124-4889-9412-2ae0c67141ba .shogun-heading-component h3 {
  color: rgba(161, 129, 71, 1);
  font-weight:  600 ;
  font-family: "Rokkitt";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}


}
#s-edea8ca3-70bd-4b0b-b868-bfb33760457b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-edea8ca3-70bd-4b0b-b868-bfb33760457b {
  padding-top: 0px;
padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edea8ca3-70bd-4b0b-b868-bfb33760457b {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edea8ca3-70bd-4b0b-b868-bfb33760457b {
  margin-left: 0%;
margin-right: -12%;
}
}
@media (min-width: 0px) {
[id="s-edea8ca3-70bd-4b0b-b868-bfb33760457b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-edea8ca3-70bd-4b0b-b868-bfb33760457b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-edea8ca3-70bd-4b0b-b868-bfb33760457b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-edea8ca3-70bd-4b0b-b868-bfb33760457b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4102d690-62df-450c-98c3-db7280450ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
  box-sizing: border-box;
}



.s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4102d690-62df-450c-98c3-db7280450ac2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
      position: relative;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4102d690-62df-450c-98c3-db7280450ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
  box-sizing: border-box;
}



.s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4102d690-62df-450c-98c3-db7280450ac2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
      position: relative;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4102d690-62df-450c-98c3-db7280450ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
  box-sizing: border-box;
}



.s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4102d690-62df-450c-98c3-db7280450ac2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
      position: relative;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4102d690-62df-450c-98c3-db7280450ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
  box-sizing: border-box;
}



.s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4102d690-62df-450c-98c3-db7280450ac2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
      position: relative;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-4102d690-62df-450c-98c3-db7280450ac2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4102d690-62df-450c-98c3-db7280450ac2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4102d690-62df-450c-98c3-db7280450ac2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4102d690-62df-450c-98c3-db7280450ac2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-4102d690-62df-450c-98c3-db7280450ac2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image {
  box-sizing: border-box;
}



.s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4102d690-62df-450c-98c3-db7280450ac2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container {
      position: relative;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4102d690-62df-450c-98c3-db7280450ac2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
  box-sizing: border-box;
}



.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
      position: relative;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
  box-sizing: border-box;
}



.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
      position: relative;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
  box-sizing: border-box;
}



.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
      position: relative;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
  box-sizing: border-box;
}



.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
      position: relative;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image {
  box-sizing: border-box;
}



.s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container {
      position: relative;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6027566-f178-4fb6-b981-bcc511cd4cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin: 0 !important;
  overflow: visible;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add background color handling */
  
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
  box-sizing: border-box;
}



.s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
      position: relative;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin: 0 !important;
  overflow: visible;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add background color handling */
  
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
  box-sizing: border-box;
}



.s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
      position: relative;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin: 0 !important;
  overflow: visible;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add background color handling */
  
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
  box-sizing: border-box;
}



.s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
      position: relative;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin: 0 !important;
  overflow: visible;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add background color handling */
  
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
  box-sizing: border-box;
}



.s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
      position: relative;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  margin: 0 !important;
  overflow: visible;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add background color handling */
  
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-b477f4ab-ce20-444c-88f6-e212b9c6118e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image {
  box-sizing: border-box;
}



.s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container {
      position: relative;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b477f4ab-ce20-444c-88f6-e212b9c6118e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: left;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
  box-sizing: border-box;
}



.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
      position: relative;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
  box-sizing: border-box;
}



.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
      position: relative;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
  box-sizing: border-box;
}



.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
      position: relative;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
  box-sizing: border-box;
}



.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
      position: relative;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image {
  box-sizing: border-box;
}



.s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container {
      position: relative;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce97e52-c0a6-43d4-a0c9-09385d9ccab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 46/45;
text-align: left;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
  box-sizing: border-box;
}



.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
      position: relative;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
  box-sizing: border-box;
}



.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
      position: relative;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
  box-sizing: border-box;
}



.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
      position: relative;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
  box-sizing: border-box;
}



.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
      position: relative;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }

    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-link {
      aspect-ratio: 46/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image {
  box-sizing: border-box;
}



.s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa {
      --shg-aspect-ratio: calc(46/45); 
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container {
      position: relative;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcc9eee-84bc-42fc-a9d5-d2ad225dd0aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-2d0b849d-3985-40cd-83ef-e6176f7f939d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
}
@media (min-width: 1200px){#s-2d0b849d-3985-40cd-83ef-e6176f7f939d {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d0b849d-3985-40cd-83ef-e6176f7f939d {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d0b849d-3985-40cd-83ef-e6176f7f939d {
  margin-left: 0%;
margin-right: -24%;
}
}
@media (min-width: 0px) {
[id="s-2d0b849d-3985-40cd-83ef-e6176f7f939d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d0b849d-3985-40cd-83ef-e6176f7f939d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2d0b849d-3985-40cd-83ef-e6176f7f939d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d0b849d-3985-40cd-83ef-e6176f7f939d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin: 0 !important;
  overflow: visible;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add background color handling */
  
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
  box-sizing: border-box;
}



.s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d793693c-9bd0-404e-ae47-64c50e76986d {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
      position: relative;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin: 0 !important;
  overflow: visible;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add background color handling */
  
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
  box-sizing: border-box;
}



.s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d793693c-9bd0-404e-ae47-64c50e76986d {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
      position: relative;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin: 0 !important;
  overflow: visible;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add background color handling */
  
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
  box-sizing: border-box;
}



.s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d793693c-9bd0-404e-ae47-64c50e76986d {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
      position: relative;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin: 0 !important;
  overflow: visible;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add background color handling */
  
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
  box-sizing: border-box;
}



.s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d793693c-9bd0-404e-ae47-64c50e76986d {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
      position: relative;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-d793693c-9bd0-404e-ae47-64c50e76986d {
  margin: 0 !important;
  overflow: visible;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d793693c-9bd0-404e-ae47-64c50e76986d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add background color handling */
  
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d793693c-9bd0-404e-ae47-64c50e76986d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-d793693c-9bd0-404e-ae47-64c50e76986d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image {
  box-sizing: border-box;
}



.s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d793693c-9bd0-404e-ae47-64c50e76986d {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container {
      position: relative;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d793693c-9bd0-404e-ae47-64c50e76986d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/77;
text-align: left;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin: 0 !important;
  overflow: visible;
}

#s-981184ad-a68c-449b-a638-b66762d9f094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add background color handling */
  
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
  box-sizing: border-box;
}



.s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-981184ad-a68c-449b-a638-b66762d9f094 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
      position: relative;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin: 0 !important;
  overflow: visible;
}

#s-981184ad-a68c-449b-a638-b66762d9f094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add background color handling */
  
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
  box-sizing: border-box;
}



.s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-981184ad-a68c-449b-a638-b66762d9f094 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
      position: relative;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin: 0 !important;
  overflow: visible;
}

#s-981184ad-a68c-449b-a638-b66762d9f094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add background color handling */
  
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
  box-sizing: border-box;
}



.s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-981184ad-a68c-449b-a638-b66762d9f094 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
      position: relative;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin: 0 !important;
  overflow: visible;
}

#s-981184ad-a68c-449b-a638-b66762d9f094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add background color handling */
  
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
  box-sizing: border-box;
}



.s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-981184ad-a68c-449b-a638-b66762d9f094 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
      position: relative;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-981184ad-a68c-449b-a638-b66762d9f094 {
  margin: 0 !important;
  overflow: visible;
}

#s-981184ad-a68c-449b-a638-b66762d9f094-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-981184ad-a68c-449b-a638-b66762d9f094 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add background color handling */
  
}

#s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }

    #s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-link {
      aspect-ratio: 112/77;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981184ad-a68c-449b-a638-b66762d9f094 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-981184ad-a68c-449b-a638-b66762d9f094 .shogun-image-content {
  
    justify-content: center;
  
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image {
  box-sizing: border-box;
}



.s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-981184ad-a68c-449b-a638-b66762d9f094 {
      --shg-aspect-ratio: calc(112/77); 
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container {
      position: relative;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981184ad-a68c-449b-a638-b66762d9f094 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-70472c6a-bff9-4963-abc5-a2cfcefdcce3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
@media (min-width: 1200px){#s-70472c6a-bff9-4963-abc5-a2cfcefdcce3 {
  padding-left: 0%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70472c6a-bff9-4963-abc5-a2cfcefdcce3 {
  margin-left: 0%;
margin-right: -8%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70472c6a-bff9-4963-abc5-a2cfcefdcce3 {
  margin-left: 0%;
margin-right: -24%;
}
}
@media (min-width: 0px) {
[id="s-70472c6a-bff9-4963-abc5-a2cfcefdcce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70472c6a-bff9-4963-abc5-a2cfcefdcce3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-70472c6a-bff9-4963-abc5-a2cfcefdcce3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-70472c6a-bff9-4963-abc5-a2cfcefdcce3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin: 0 !important;
  overflow: visible;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add background color handling */
  
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
  box-sizing: border-box;
}



.s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14a254f-3e82-415e-a392-2c00dcb17807 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
      position: relative;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin: 0 !important;
  overflow: visible;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add background color handling */
  
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
  box-sizing: border-box;
}



.s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14a254f-3e82-415e-a392-2c00dcb17807 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
      position: relative;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin: 0 !important;
  overflow: visible;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add background color handling */
  
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
  box-sizing: border-box;
}



.s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14a254f-3e82-415e-a392-2c00dcb17807 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
      position: relative;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin: 0 !important;
  overflow: visible;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add background color handling */
  
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
  box-sizing: border-box;
}



.s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14a254f-3e82-415e-a392-2c00dcb17807 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
      position: relative;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  margin: 0 !important;
  overflow: visible;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14a254f-3e82-415e-a392-2c00dcb17807 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add background color handling */
  
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14a254f-3e82-415e-a392-2c00dcb17807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-e14a254f-3e82-415e-a392-2c00dcb17807 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image {
  box-sizing: border-box;
}



.s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14a254f-3e82-415e-a392-2c00dcb17807 {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container {
      position: relative;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14a254f-3e82-415e-a392-2c00dcb17807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
aspect-ratio: 112/76;
text-align: left;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin: 0 !important;
  overflow: visible;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add background color handling */
  
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
  box-sizing: border-box;
}



.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
      position: relative;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

@media (min-width: 1200px){#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin: 0 !important;
  overflow: visible;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add background color handling */
  
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
  box-sizing: border-box;
}



.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
      position: relative;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin: 0 !important;
  overflow: visible;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add background color handling */
  
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
  box-sizing: border-box;
}



.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
      position: relative;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin: 0 !important;
  overflow: visible;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add background color handling */
  
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
  box-sizing: border-box;
}



.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
      position: relative;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}@media (max-width: 767px){#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  margin: 0 !important;
  overflow: visible;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add background color handling */
  
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }

    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-link {
      aspect-ratio: 112/76;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 112px;
  }



  img.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
    
    
    
    max-height: 112px;
  }


.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image {
  box-sizing: border-box;
}



.s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c {
      --shg-aspect-ratio: calc(112/76); 
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container {
      position: relative;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dc0ff80-1c1c-44f2-b783-82dee9f7b95c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 112px;
    }
  }

}
/*
  $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;
}
