.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-9f4a7399-fec5-4b9f-b319-7aca81a57f61 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eab608d9-0460-4531-bf37-808556dcdb72 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-eab608d9-0460-4531-bf37-808556dcdb72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eab608d9-0460-4531-bf37-808556dcdb72 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-eab608d9-0460-4531-bf37-808556dcdb72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eab608d9-0460-4531-bf37-808556dcdb72 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-eab608d9-0460-4531-bf37-808556dcdb72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eab608d9-0460-4531-bf37-808556dcdb72 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-eab608d9-0460-4531-bf37-808556dcdb72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eab608d9-0460-4531-bf37-808556dcdb72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eab608d9-0460-4531-bf37-808556dcdb72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eab608d9-0460-4531-bf37-808556dcdb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eab608d9-0460-4531-bf37-808556dcdb72 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-eab608d9-0460-4531-bf37-808556dcdb72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab608d9-0460-4531-bf37-808556dcdb72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-03efd29d-62a4-4528-a534-66cf7353495f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-03efd29d-62a4-4528-a534-66cf7353495f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03efd29d-62a4-4528-a534-66cf7353495f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1acd58-e116-4f63-aa06-492f6f5d174e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4b1acd58-e116-4f63-aa06-492f6f5d174e {
  display: none;
}
#s-4b1acd58-e116-4f63-aa06-492f6f5d174e, #wrap-s-4b1acd58-e116-4f63-aa06-492f6f5d174e, #wrap-content-s-4b1acd58-e116-4f63-aa06-492f6f5d174e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b1acd58-e116-4f63-aa06-492f6f5d174e {
  display: none;
}
#s-4b1acd58-e116-4f63-aa06-492f6f5d174e, #wrap-s-4b1acd58-e116-4f63-aa06-492f6f5d174e, #wrap-content-s-4b1acd58-e116-4f63-aa06-492f6f5d174e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b1acd58-e116-4f63-aa06-492f6f5d174e {
  
}
}@media (max-width: 767px){#s-4b1acd58-e116-4f63-aa06-492f6f5d174e {
  
}
}
#s-4b1acd58-e116-4f63-aa06-492f6f5d174e .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-973cef11-fb35-49ec-bb2d-d807905619c6 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-973cef11-fb35-49ec-bb2d-d807905619c6 {
  display: none;
}
#s-973cef11-fb35-49ec-bb2d-d807905619c6, #wrap-s-973cef11-fb35-49ec-bb2d-d807905619c6, #wrap-content-s-973cef11-fb35-49ec-bb2d-d807905619c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-973cef11-fb35-49ec-bb2d-d807905619c6 {
  display: none;
}
#s-973cef11-fb35-49ec-bb2d-d807905619c6, #wrap-s-973cef11-fb35-49ec-bb2d-d807905619c6, #wrap-content-s-973cef11-fb35-49ec-bb2d-d807905619c6 { display: none !important; }}
#s-973cef11-fb35-49ec-bb2d-d807905619c6 .shg-proportional-font-size,
#s-973cef11-fb35-49ec-bb2d-d807905619c6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-18924f40-2fcd-48da-8f70-c756398f44c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18924f40-2fcd-48da-8f70-c756398f44c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18924f40-2fcd-48da-8f70-c756398f44c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3783414-3693-4c35-ac7e-2b10a4aa3753 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3783414-3693-4c35-ac7e-2b10a4aa3753 {
  display: none;
}
#s-a3783414-3693-4c35-ac7e-2b10a4aa3753, #wrap-s-a3783414-3693-4c35-ac7e-2b10a4aa3753, #wrap-content-s-a3783414-3693-4c35-ac7e-2b10a4aa3753 { display: none !important; }}@media (max-width: 767px){#s-a3783414-3693-4c35-ac7e-2b10a4aa3753 {
  display: none;
}
#s-a3783414-3693-4c35-ac7e-2b10a4aa3753, #wrap-s-a3783414-3693-4c35-ac7e-2b10a4aa3753, #wrap-content-s-a3783414-3693-4c35-ac7e-2b10a4aa3753 { display: none !important; }}
#s-a3783414-3693-4c35-ac7e-2b10a4aa3753 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 {
  display: none;
}
#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240, #wrap-s-47f4ed14-e15a-4f85-86dc-b7c5297e1240, #wrap-content-s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 { display: none !important; }}@media (max-width: 767px){#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 {
  display: none;
}
#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240, #wrap-s-47f4ed14-e15a-4f85-86dc-b7c5297e1240, #wrap-content-s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 { display: none !important; }}
#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 .shg-proportional-font-size,
#s-47f4ed14-e15a-4f85-86dc-b7c5297e1240 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e {
  display: none;
}
#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e, #wrap-s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e, #wrap-content-s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e {
  display: none;
}
#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e, #wrap-s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e, #wrap-content-s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 26, 26, 1);
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 26, 26, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 21px;
}

#s-f6cdd178-f8ff-4a5f-aecc-8b9249b1998e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
.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%;
}

#s-aa35fd33-a44c-4689-877d-8ec84afcb69b {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa35fd33-a44c-4689-877d-8ec84afcb69b {
  display: none;
}
#s-aa35fd33-a44c-4689-877d-8ec84afcb69b, #wrap-s-aa35fd33-a44c-4689-877d-8ec84afcb69b, #wrap-content-s-aa35fd33-a44c-4689-877d-8ec84afcb69b { display: none !important; }}@media (max-width: 767px){#s-aa35fd33-a44c-4689-877d-8ec84afcb69b {
  display: none;
}
#s-aa35fd33-a44c-4689-877d-8ec84afcb69b, #wrap-s-aa35fd33-a44c-4689-877d-8ec84afcb69b, #wrap-content-s-aa35fd33-a44c-4689-877d-8ec84afcb69b { display: none !important; }}
#s-aa35fd33-a44c-4689-877d-8ec84afcb69b .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-aa35fd33-a44c-4689-877d-8ec84afcb69b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-aa35fd33-a44c-4689-877d-8ec84afcb69b td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-aa35fd33-a44c-4689-877d-8ec84afcb69b td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-aa35fd33-a44c-4689-877d-8ec84afcb69b td.shogun-table-column, #s-aa35fd33-a44c-4689-877d-8ec84afcb69b td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-d06c2173-3244-49b2-8f0f-2ebb63270309 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d06c2173-3244-49b2-8f0f-2ebb63270309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  max-width: 70px;
text-align: center;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  margin: 0 !important;
  overflow: visible;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add background color handling */
  
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
  box-sizing: border-box;
}



.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  margin: 0 !important;
  overflow: visible;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add background color handling */
  
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
  box-sizing: border-box;
}



.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  margin: 0 !important;
  overflow: visible;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add background color handling */
  
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
  box-sizing: border-box;
}



.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  margin: 0 !important;
  overflow: visible;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add background color handling */
  
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
  box-sizing: border-box;
}



.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  margin: 0 !important;
  overflow: visible;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add background color handling */
  
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f.shogun-image {
  box-sizing: border-box;
}



.s-d39a09cf-dc8b-4578-ac7c-e4257e20bf7f img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-dc68df76-5263-44b0-96a0-434c01c08171 {
  padding-top: 22px;
}

#s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f08f42c1-8839-4a1e-9443-bb83d2f3aa7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin-top: 24px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 24px;
  
}

.shg-image-content-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
  box-sizing: border-box;
}



.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
      position: relative;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
  box-sizing: border-box;
}



.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
      position: relative;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
  box-sizing: border-box;
}



.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
      position: relative;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
  box-sizing: border-box;
}



.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
      position: relative;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image {
  box-sizing: border-box;
}



.s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container {
      position: relative;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8f1625-0deb-4abe-a930-1e1ad744fd80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-b93740c3-ba75-433e-8e93-bb50ce321376 {
  padding-top: 22px;
}

#s-879ea773-8ec2-4777-96e3-a6908f6355fa {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-879ea773-8ec2-4777-96e3-a6908f6355fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 70px;
text-align: center;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
  box-sizing: border-box;
}



.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
  box-sizing: border-box;
}



.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
  box-sizing: border-box;
}



.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
  box-sizing: border-box;
}



.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26.shogun-image {
  box-sizing: border-box;
}



.s-2b048b4e-d4ce-43cc-921b-3b1b6ebd0b26 img.shogun-image {
  
}


}
#s-825fd779-89b4-4988-b102-d63d8dc17a6c {
  padding-top: 22px;
}

#s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7721a2d-c800-4f75-bf7f-52d75d62c3fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin: 0 !important;
  overflow: visible;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  
}

.shg-image-content-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add background color handling */
  
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
  box-sizing: border-box;
}



.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin: 0 !important;
  overflow: visible;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add background color handling */
  
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
  box-sizing: border-box;
}



.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin: 0 !important;
  overflow: visible;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add background color handling */
  
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
  box-sizing: border-box;
}



.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin: 0 !important;
  overflow: visible;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add background color handling */
  
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
  box-sizing: border-box;
}



.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  margin: 0 !important;
  overflow: visible;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add background color handling */
  
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6089b46e-d403-4e8b-8cfd-fe9a2e156239.shogun-image {
  box-sizing: border-box;
}



.s-6089b46e-d403-4e8b-8cfd-fe9a2e156239 img.shogun-image {
  
}


}
#s-361ff8a2-d5d7-43b1-bfc6-251cc444821f {
  padding-top: 22px;
}

#s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18e86b1a-1a12-40d9-b24c-c084a3a5b0fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin-top: 17px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 17px;
  
}

.shg-image-content-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
  box-sizing: border-box;
}



.s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0790111-45ad-4ef4-acc1-959f55090980 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
      position: relative;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
  box-sizing: border-box;
}



.s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0790111-45ad-4ef4-acc1-959f55090980 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
      position: relative;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
  box-sizing: border-box;
}



.s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0790111-45ad-4ef4-acc1-959f55090980 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
      position: relative;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
  box-sizing: border-box;
}



.s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0790111-45ad-4ef4-acc1-959f55090980 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
      position: relative;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f0790111-45ad-4ef4-acc1-959f55090980 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0790111-45ad-4ef4-acc1-959f55090980 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0790111-45ad-4ef4-acc1-959f55090980 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f0790111-45ad-4ef4-acc1-959f55090980 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image {
  box-sizing: border-box;
}



.s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0790111-45ad-4ef4-acc1-959f55090980 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container {
      position: relative;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0790111-45ad-4ef4-acc1-959f55090980 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3807e969-162e-4eff-ada3-a5207202da7b {
  padding-top: 22px;
}

#s-d3564097-f70c-455e-8b89-46c5d9bb28f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3564097-f70c-455e-8b89-46c5d9bb28f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin-top: 0px;
margin-left: 0%;
max-width: 70px;
text-align: center;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
  box-sizing: border-box;
}



.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
  box-sizing: border-box;
}



.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
  box-sizing: border-box;
}



.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
  box-sizing: border-box;
}



.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556.shogun-image {
  box-sizing: border-box;
}



.s-8ee5ca13-a793-4dab-aa0c-ab6299b7f556 img.shogun-image {
  
}


}
#s-9da17a2b-05cc-4ecb-961e-535d2e01387c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da17a2b-05cc-4ecb-961e-535d2e01387c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin-top: 10px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
  box-sizing: border-box;
}



.s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
      position: relative;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
  box-sizing: border-box;
}



.s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
      position: relative;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
  box-sizing: border-box;
}



.s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
      position: relative;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
  box-sizing: border-box;
}



.s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
      position: relative;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a2d520f1-af6d-4b22-b778-411cefca97c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image {
  box-sizing: border-box;
}



.s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container {
      position: relative;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2d520f1-af6d-4b22-b778-411cefca97c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-e833e9fe-46d0-4b9f-9109-abe5817ece66 {
  padding-top: 22px;
}

#s-98c550ac-c873-472f-b3ea-b5c540a4eeda {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98c550ac-c873-472f-b3ea-b5c540a4eeda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin-top: 34px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 34px;
  
}

.shg-image-content-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
  box-sizing: border-box;
}



.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
      position: relative;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
  box-sizing: border-box;
}



.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
      position: relative;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
  box-sizing: border-box;
}



.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
      position: relative;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
  box-sizing: border-box;
}



.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
      position: relative;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image {
  box-sizing: border-box;
}



.s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container {
      position: relative;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265a43ec-17cf-4a53-8215-9eab9a33ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-099a7b6c-ab5d-4b4a-8b16-6c7f93761c45 {
  padding-top: 22px;
}

#s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-437b9c65-f009-4aba-b6d8-08ceb42a1eb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 4px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
  box-sizing: border-box;
}



.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
      position: relative;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
  box-sizing: border-box;
}



.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
      position: relative;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
  box-sizing: border-box;
}



.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
      position: relative;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
  box-sizing: border-box;
}



.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
      position: relative;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image {
  box-sizing: border-box;
}



.s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container {
      position: relative;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc8896ab-cada-4ced-bdf4-fd506aed7233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d784f4ae-c714-44ec-a1d3-225d2fc1eacb {
  padding-top: 19px;
}

#s-348addbb-4101-471e-9475-9dcd4dfba6a6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348addbb-4101-471e-9475-9dcd4dfba6a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin-top: 7px;
max-width: 70px;
text-align: center;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin: 0 !important;
  overflow: visible;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add background color handling */
  
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4982f767-874f-486f-84bd-76f1e4f5d072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
  box-sizing: border-box;
}



.s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin: 0 !important;
  overflow: visible;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add background color handling */
  
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4982f767-874f-486f-84bd-76f1e4f5d072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
  box-sizing: border-box;
}



.s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin: 0 !important;
  overflow: visible;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add background color handling */
  
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4982f767-874f-486f-84bd-76f1e4f5d072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
  box-sizing: border-box;
}



.s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin: 0 !important;
  overflow: visible;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add background color handling */
  
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4982f767-874f-486f-84bd-76f1e4f5d072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
  box-sizing: border-box;
}



.s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  margin: 0 !important;
  overflow: visible;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4982f767-874f-486f-84bd-76f1e4f5d072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add background color handling */
  
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4982f767-874f-486f-84bd-76f1e4f5d072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4982f767-874f-486f-84bd-76f1e4f5d072.shogun-image {
  box-sizing: border-box;
}



.s-4982f767-874f-486f-84bd-76f1e4f5d072 img.shogun-image {
  
}


}
#s-c06997db-37b3-4062-98f6-2cae3d6a4d36 {
  padding-top: 19px;
}

#s-e4cb2387-83d7-4396-b775-b94f25b61925 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4cb2387-83d7-4396-b775-b94f25b61925"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin-top: 16px;
max-width: 70px;
text-align: center;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 16px;
  
}

.shg-image-content-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
  box-sizing: border-box;
}



.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
  box-sizing: border-box;
}



.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
  box-sizing: border-box;
}



.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
  box-sizing: border-box;
}



.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec29ab95-5e72-4209-a362-1cae5cbaf270 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec29ab95-5e72-4209-a362-1cae5cbaf270.shogun-image {
  box-sizing: border-box;
}



.s-ec29ab95-5e72-4209-a362-1cae5cbaf270 img.shogun-image {
  
}


}
#s-df44dab3-846f-42a2-9778-5a81380d5c79 {
  padding-top: 22px;
}

#s-4cb7dbfc-fa37-45a3-b927-a009084da54a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cb7dbfc-fa37-45a3-b927-a009084da54a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin-top: 19px;
margin-bottom: 0px;
max-width: 70px;
text-align: center;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
  box-sizing: border-box;
}



.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
  box-sizing: border-box;
}



.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
  box-sizing: border-box;
}



.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
  box-sizing: border-box;
}



.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dae5b32f-ca50-4afa-9e01-4794521f7df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae5b32f-ca50-4afa-9e01-4794521f7df4.shogun-image {
  box-sizing: border-box;
}



.s-dae5b32f-ca50-4afa-9e01-4794521f7df4 img.shogun-image {
  
}


}
#s-70b80288-f754-43c6-8d05-b96b7ffcd23d {
  margin-top: 14px;
padding-top: 4px;
padding-bottom: 0px;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-3bf21b03-801c-411f-b1c2-eae94f3a247a td.shogun-table-column, #s-3bf21b03-801c-411f-b1c2-eae94f3a247a td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-6626de53-6570-4329-a23b-1c7f4c51bb5b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6626de53-6570-4329-a23b-1c7f4c51bb5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  max-width: 70px;
text-align: center;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  margin: 0 !important;
  overflow: visible;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add background color handling */
  
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
  box-sizing: border-box;
}



.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  margin: 0 !important;
  overflow: visible;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add background color handling */
  
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
  box-sizing: border-box;
}



.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  margin: 0 !important;
  overflow: visible;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add background color handling */
  
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
  box-sizing: border-box;
}



.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  margin: 0 !important;
  overflow: visible;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add background color handling */
  
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
  box-sizing: border-box;
}



.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  margin: 0 !important;
  overflow: visible;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f486e4ba-9f4d-4078-bab3-8023bd114a64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add background color handling */
  
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f486e4ba-9f4d-4078-bab3-8023bd114a64.shogun-image {
  box-sizing: border-box;
}



.s-f486e4ba-9f4d-4078-bab3-8023bd114a64 img.shogun-image {
  
}


}
#s-cfdcbb80-7a60-4b8f-bc59-ddbe32458e21 {
  padding-top: 22px;
}

#s-6bef4201-4863-4a85-af44-17392239b20c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bef4201-4863-4a85-af44-17392239b20c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin-top: 24px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin: 0 !important;
  overflow: visible;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 24px;
  
}

.shg-image-content-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add background color handling */
  
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
  box-sizing: border-box;
}



.s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa7e427-9c34-48b1-bef7-318192e9e99a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
      position: relative;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin: 0 !important;
  overflow: visible;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add background color handling */
  
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
  box-sizing: border-box;
}



.s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa7e427-9c34-48b1-bef7-318192e9e99a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
      position: relative;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin: 0 !important;
  overflow: visible;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add background color handling */
  
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
  box-sizing: border-box;
}



.s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa7e427-9c34-48b1-bef7-318192e9e99a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
      position: relative;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin: 0 !important;
  overflow: visible;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add background color handling */
  
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
  box-sizing: border-box;
}



.s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa7e427-9c34-48b1-bef7-318192e9e99a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
      position: relative;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  margin: 0 !important;
  overflow: visible;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa7e427-9c34-48b1-bef7-318192e9e99a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add background color handling */
  
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa7e427-9c34-48b1-bef7-318192e9e99a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa7e427-9c34-48b1-bef7-318192e9e99a .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image {
  box-sizing: border-box;
}



.s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa7e427-9c34-48b1-bef7-318192e9e99a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container {
      position: relative;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa7e427-9c34-48b1-bef7-318192e9e99a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-7c3f4e70-64f3-4513-b0d1-78371f12d19a {
  padding-top: 22px;
}

#s-e3d5da62-e17e-4dca-9d02-360ed15256a8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3d5da62-e17e-4dca-9d02-360ed15256a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 70px;
text-align: center;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-76705012-5eff-4879-95d5-5c4793453b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
  box-sizing: border-box;
}



.s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  
}


@media (min-width: 1200px){#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-76705012-5eff-4879-95d5-5c4793453b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
  box-sizing: border-box;
}



.s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-76705012-5eff-4879-95d5-5c4793453b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
  box-sizing: border-box;
}



.s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-76705012-5eff-4879-95d5-5c4793453b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
  box-sizing: border-box;
}



.s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  
}


}@media (max-width: 767px){#s-76705012-5eff-4879-95d5-5c4793453b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76705012-5eff-4879-95d5-5c4793453b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-76705012-5eff-4879-95d5-5c4793453b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76705012-5eff-4879-95d5-5c4793453b9d.shogun-image {
  box-sizing: border-box;
}



.s-76705012-5eff-4879-95d5-5c4793453b9d img.shogun-image {
  
}


}
#s-37b28e69-e248-4360-885a-8eccdd024887 {
  padding-top: 22px;
}

#s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c69c9c7b-3236-477d-b36c-3430dfc2e8eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  
}

.shg-image-content-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
  box-sizing: border-box;
}



.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
  box-sizing: border-box;
}



.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
  box-sizing: border-box;
}



.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
  box-sizing: border-box;
}



.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d3e70bd-7092-43d4-9761-20ba3e583d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3e70bd-7092-43d4-9761-20ba3e583d1f.shogun-image {
  box-sizing: border-box;
}



.s-3d3e70bd-7092-43d4-9761-20ba3e583d1f img.shogun-image {
  
}


}
#s-8b83167b-2a7b-4aa8-b57e-ef74cf63e456 {
  padding-top: 22px;
}

#s-01b8174c-fc36-42d0-9030-9294366b8bd3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01b8174c-fc36-42d0-9030-9294366b8bd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin-top: 17px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin: 0 !important;
  overflow: visible;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 17px;
  
}

.shg-image-content-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add background color handling */
  
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-content {
  
    justify-content: center;
  
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
  box-sizing: border-box;
}



.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
      position: relative;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin: 0 !important;
  overflow: visible;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add background color handling */
  
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-content {
  
    justify-content: center;
  
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
  box-sizing: border-box;
}



.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
      position: relative;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin: 0 !important;
  overflow: visible;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add background color handling */
  
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-content {
  
    justify-content: center;
  
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
  box-sizing: border-box;
}



.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
      position: relative;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin: 0 !important;
  overflow: visible;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add background color handling */
  
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-content {
  
    justify-content: center;
  
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
  box-sizing: border-box;
}



.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
      position: relative;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  margin: 0 !important;
  overflow: visible;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add background color handling */
  
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a .shogun-image-content {
  
    justify-content: center;
  
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image {
  box-sizing: border-box;
}



.s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container {
      position: relative;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40af2ddf-dfff-46cb-aebf-094d6b0a911a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-c43913a9-e381-47db-9c57-e69465967f72 {
  padding-top: 22px;
}

#s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fa7891a-6fd3-4991-9d93-0bd8b7e36179"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin-top: 0px;
margin-left: 0%;
max-width: 70px;
text-align: center;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin: 0 !important;
  overflow: visible;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add background color handling */
  
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
  box-sizing: border-box;
}



.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  
}


@media (min-width: 1200px){#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin: 0 !important;
  overflow: visible;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add background color handling */
  
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
  box-sizing: border-box;
}



.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin: 0 !important;
  overflow: visible;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add background color handling */
  
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
  box-sizing: border-box;
}



.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin: 0 !important;
  overflow: visible;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add background color handling */
  
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
  box-sizing: border-box;
}



.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  
}


}@media (max-width: 767px){#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  margin: 0 !important;
  overflow: visible;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add background color handling */
  
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b.shogun-image {
  box-sizing: border-box;
}



.s-70f4a153-ddc3-488e-a44d-e9a6a1c1fd0b img.shogun-image {
  
}


}
#s-1b70a651-50fc-44b5-95d1-d33eb16371a6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b70a651-50fc-44b5-95d1-d33eb16371a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin-top: 10px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin: 0 !important;
  overflow: visible;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add background color handling */
  
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
  box-sizing: border-box;
}



.s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
      position: relative;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin: 0 !important;
  overflow: visible;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add background color handling */
  
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
  box-sizing: border-box;
}



.s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
      position: relative;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin: 0 !important;
  overflow: visible;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add background color handling */
  
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
  box-sizing: border-box;
}



.s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
      position: relative;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin: 0 !important;
  overflow: visible;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add background color handling */
  
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
  box-sizing: border-box;
}



.s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
      position: relative;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  margin: 0 !important;
  overflow: visible;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add background color handling */
  
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-333a086b-1e30-4411-94f2-f7f14ef98b98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image {
  box-sizing: border-box;
}



.s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container {
      position: relative;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-333a086b-1e30-4411-94f2-f7f14ef98b98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a74854f4-87e9-44f1-a814-9b268576729d {
  padding-top: 22px;
}

#s-6596cc29-7c01-4b4d-a4cd-95d6762eb110 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6596cc29-7c01-4b4d-a4cd-95d6762eb110"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin-top: 34px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 34px;
  
}

.shg-image-content-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
  box-sizing: border-box;
}



.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
      position: relative;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
  box-sizing: border-box;
}



.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
      position: relative;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
  box-sizing: border-box;
}



.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
      position: relative;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
  box-sizing: border-box;
}



.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
      position: relative;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image {
  box-sizing: border-box;
}



.s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container {
      position: relative;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b5b4d1c-e72b-4568-8766-e0b6ae901be8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-63aea8b4-1515-4089-abac-bd41da46ebec {
  padding-top: 22px;
}

#s-8d53e62b-0257-4a3e-b336-def40cd55249 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d53e62b-0257-4a3e-b336-def40cd55249"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 4px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
  box-sizing: border-box;
}



.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
      position: relative;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
  box-sizing: border-box;
}



.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
      position: relative;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
  box-sizing: border-box;
}



.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
      position: relative;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
  box-sizing: border-box;
}



.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
      position: relative;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image {
  box-sizing: border-box;
}



.s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container {
      position: relative;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1aaf39-9fc9-4774-b11b-420e1e8b25ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-bfbef6bb-24f4-45f2-94fc-b86231e70092 {
  padding-top: 19px;
}

#s-30eaa8c6-6695-4657-8b6e-29c38c4483b9 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30eaa8c6-6695-4657-8b6e-29c38c4483b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin-top: 7px;
max-width: 70px;
text-align: center;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f723230e-925e-4dd0-a4d9-6014039d71b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
  box-sizing: border-box;
}



.s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f723230e-925e-4dd0-a4d9-6014039d71b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
  box-sizing: border-box;
}



.s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f723230e-925e-4dd0-a4d9-6014039d71b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
  box-sizing: border-box;
}



.s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f723230e-925e-4dd0-a4d9-6014039d71b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
  box-sizing: border-box;
}



.s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f723230e-925e-4dd0-a4d9-6014039d71b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f723230e-925e-4dd0-a4d9-6014039d71b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f723230e-925e-4dd0-a4d9-6014039d71b7.shogun-image {
  box-sizing: border-box;
}



.s-f723230e-925e-4dd0-a4d9-6014039d71b7 img.shogun-image {
  
}


}
#s-383fdcc7-1388-4731-97c3-2a9ddd8f1cec {
  padding-top: 19px;
}

#s-541e0949-b804-42a7-a789-4ea462a5a373 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-541e0949-b804-42a7-a789-4ea462a5a373"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin-top: 16px;
max-width: 70px;
text-align: center;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin: 0 !important;
  overflow: visible;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 16px;
  
}

.shg-image-content-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add background color handling */
  
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
  box-sizing: border-box;
}



.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  
}


@media (min-width: 1200px){#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin: 0 !important;
  overflow: visible;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add background color handling */
  
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
  box-sizing: border-box;
}



.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin: 0 !important;
  overflow: visible;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add background color handling */
  
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
  box-sizing: border-box;
}



.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin: 0 !important;
  overflow: visible;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add background color handling */
  
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
  box-sizing: border-box;
}



.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  
}


}@media (max-width: 767px){#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  margin: 0 !important;
  overflow: visible;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11fffc0a-a568-40a9-b90a-ac433a27c0eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add background color handling */
  
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11fffc0a-a568-40a9-b90a-ac433a27c0eb.shogun-image {
  box-sizing: border-box;
}



.s-11fffc0a-a568-40a9-b90a-ac433a27c0eb img.shogun-image {
  
}


}
#s-4eb63837-490f-4c0d-a5c9-58c8a9a53c2f {
  padding-top: 22px;
}

#s-3e571f07-bd93-42f5-94fe-da26aea71c00 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e571f07-bd93-42f5-94fe-da26aea71c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin-top: 19px;
margin-bottom: 0px;
max-width: 70px;
text-align: center;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
  box-sizing: border-box;
}



.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  
}


@media (min-width: 1200px){#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
  box-sizing: border-box;
}



.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
  box-sizing: border-box;
}



.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
  box-sizing: border-box;
}



.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  
}


}@media (max-width: 767px){#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e3fb24-ae92-413c-82a9-14a02ff22b6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e3fb24-ae92-413c-82a9-14a02ff22b6c.shogun-image {
  box-sizing: border-box;
}



.s-39e3fb24-ae92-413c-82a9-14a02ff22b6c img.shogun-image {
  
}


}
#s-d5d8ca1a-bc60-4772-8448-809d26ae52e0 {
  margin-top: 14px;
padding-top: 4px;
padding-bottom: 0px;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0882a867-a243-4076-9703-e3226b6e5050 {
  margin-top: -22px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 3%;
}
}
#s-0882a867-a243-4076-9703-e3226b6e5050 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 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-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-column, #s-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-0882a867-a243-4076-9703-e3226b6e5050 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 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-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 9px;
}

#s-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-column, #s-0882a867-a243-4076-9703-e3226b6e5050 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-7375e24b-bebd-4a6b-b916-e3b8606737d2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7375e24b-bebd-4a6b-b916-e3b8606737d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin-top: 33px;
margin-bottom: 1px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
  box-sizing: border-box;
}



.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
      position: relative;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
  box-sizing: border-box;
}



.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
      position: relative;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
  box-sizing: border-box;
}



.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
      position: relative;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
  box-sizing: border-box;
}



.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
      position: relative;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image {
  box-sizing: border-box;
}



.s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container {
      position: relative;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc2c3bf-b6d3-47d6-b831-c93d4b151469 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-28b1113a-2f66-45e6-939a-49dad749efa5 {
  padding-top: 22px;
}

#s-e7cac252-e093-4f62-a862-2b0316979cb4 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7cac252-e093-4f62-a862-2b0316979cb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8748430c-5284-4765-9d8f-172802749059 {
  margin-top: 27px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8748430c-5284-4765-9d8f-172802749059 {
  margin: 0 !important;
  overflow: visible;
}

#s-8748430c-5284-4765-9d8f-172802749059-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 27px;
  
}

.shg-image-content-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add background color handling */
  
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8748430c-5284-4765-9d8f-172802749059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
  box-sizing: border-box;
}



.s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8748430c-5284-4765-9d8f-172802749059 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
      position: relative;
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-8748430c-5284-4765-9d8f-172802749059 {
  margin: 0 !important;
  overflow: visible;
}

#s-8748430c-5284-4765-9d8f-172802749059-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add background color handling */
  
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8748430c-5284-4765-9d8f-172802749059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
  box-sizing: border-box;
}



.s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8748430c-5284-4765-9d8f-172802749059 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
      position: relative;
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8748430c-5284-4765-9d8f-172802749059 {
  margin: 0 !important;
  overflow: visible;
}

#s-8748430c-5284-4765-9d8f-172802749059-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add background color handling */
  
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8748430c-5284-4765-9d8f-172802749059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
  box-sizing: border-box;
}



.s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8748430c-5284-4765-9d8f-172802749059 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
      position: relative;
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8748430c-5284-4765-9d8f-172802749059 {
  margin: 0 !important;
  overflow: visible;
}

#s-8748430c-5284-4765-9d8f-172802749059-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add background color handling */
  
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8748430c-5284-4765-9d8f-172802749059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
  box-sizing: border-box;
}



.s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8748430c-5284-4765-9d8f-172802749059 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
      position: relative;
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-8748430c-5284-4765-9d8f-172802749059 {
  margin: 0 !important;
  overflow: visible;
}

#s-8748430c-5284-4765-9d8f-172802749059-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8748430c-5284-4765-9d8f-172802749059 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add background color handling */
  
}

#s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8748430c-5284-4765-9d8f-172802749059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8748430c-5284-4765-9d8f-172802749059 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8748430c-5284-4765-9d8f-172802749059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8748430c-5284-4765-9d8f-172802749059.shogun-image {
  box-sizing: border-box;
}



.s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8748430c-5284-4765-9d8f-172802749059 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container {
      position: relative;
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8748430c-5284-4765-9d8f-172802749059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8748430c-5284-4765-9d8f-172802749059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-bdd08b25-5799-493b-90a3-76d63fd76056 {
  padding-top: 22px;
}

#s-0a73eb98-3a64-43c3-8155-2a8343814d62 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a73eb98-3a64-43c3-8155-2a8343814d62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin-top: 16px;
max-width: 70px;
text-align: center;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 16px;
  
}

.shg-image-content-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
  box-sizing: border-box;
}



.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
  box-sizing: border-box;
}



.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
  box-sizing: border-box;
}



.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
  box-sizing: border-box;
}



.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8a0df3d-08d4-4000-9edb-03115b0599d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a0df3d-08d4-4000-9edb-03115b0599d7.shogun-image {
  box-sizing: border-box;
}



.s-d8a0df3d-08d4-4000-9edb-03115b0599d7 img.shogun-image {
  
}


}
#s-2ff0b873-ad89-4553-8cdb-4e4b5e8b6568 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e2a6b24-1d54-42c3-a0c2-6a6ccb07d0f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin-top: 9px;
max-width: 70px;
text-align: center;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin: 0 !important;
  overflow: visible;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 9px;
  
}

.shg-image-content-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add background color handling */
  
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-949e2260-e893-490d-bf3b-64e96da1f985 .shogun-image-content {
  
    justify-content: center;
  
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
  box-sizing: border-box;
}



.s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  
}


@media (min-width: 1200px){#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin: 0 !important;
  overflow: visible;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add background color handling */
  
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-949e2260-e893-490d-bf3b-64e96da1f985 .shogun-image-content {
  
    justify-content: center;
  
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
  box-sizing: border-box;
}



.s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin: 0 !important;
  overflow: visible;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add background color handling */
  
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-949e2260-e893-490d-bf3b-64e96da1f985 .shogun-image-content {
  
    justify-content: center;
  
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
  box-sizing: border-box;
}



.s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin: 0 !important;
  overflow: visible;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add background color handling */
  
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-949e2260-e893-490d-bf3b-64e96da1f985 .shogun-image-content {
  
    justify-content: center;
  
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
  box-sizing: border-box;
}



.s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  
}


}@media (max-width: 767px){#s-949e2260-e893-490d-bf3b-64e96da1f985 {
  margin: 0 !important;
  overflow: visible;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-949e2260-e893-490d-bf3b-64e96da1f985 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add background color handling */
  
}

#s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-949e2260-e893-490d-bf3b-64e96da1f985 .shogun-image-content {
  
    justify-content: center;
  
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949e2260-e893-490d-bf3b-64e96da1f985.shogun-image {
  box-sizing: border-box;
}



.s-949e2260-e893-490d-bf3b-64e96da1f985 img.shogun-image {
  
}


}
#s-f909d31c-658f-4bec-a748-b8f9bd636a5a {
  padding-top: 22px;
}

#s-5750df82-105c-48cf-90ba-e133388ac3f4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5750df82-105c-48cf-90ba-e133388ac3f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  margin: 0 !important;
  overflow: visible;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add background color handling */
  
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
  box-sizing: border-box;
}



.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
      position: relative;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  margin: 0 !important;
  overflow: visible;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add background color handling */
  
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
  box-sizing: border-box;
}



.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
      position: relative;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  margin: 0 !important;
  overflow: visible;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add background color handling */
  
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
  box-sizing: border-box;
}



.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
      position: relative;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  margin: 0 !important;
  overflow: visible;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add background color handling */
  
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
  box-sizing: border-box;
}



.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
      position: relative;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  margin: 0 !important;
  overflow: visible;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add background color handling */
  
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image {
  box-sizing: border-box;
}



.s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container {
      position: relative;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baa62580-58f1-42fa-b2b7-e2f59cbe50ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-99542ffd-1578-4c7f-8a14-69a8c73cdd6c {
  padding-top: 22px;
}

#s-51081991-36a0-4702-8e54-e234ac5afe39 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51081991-36a0-4702-8e54-e234ac5afe39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  max-width: 70px;
text-align: center;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f7b58f49-d927-433e-a31e-20e367dd233d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
  box-sizing: border-box;
}



.s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  
}


@media (min-width: 1200px){#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f7b58f49-d927-433e-a31e-20e367dd233d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
  box-sizing: border-box;
}



.s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f7b58f49-d927-433e-a31e-20e367dd233d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
  box-sizing: border-box;
}



.s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f7b58f49-d927-433e-a31e-20e367dd233d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
  box-sizing: border-box;
}



.s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  
}


}@media (max-width: 767px){#s-f7b58f49-d927-433e-a31e-20e367dd233d {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b58f49-d927-433e-a31e-20e367dd233d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f7b58f49-d927-433e-a31e-20e367dd233d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b58f49-d927-433e-a31e-20e367dd233d.shogun-image {
  box-sizing: border-box;
}



.s-f7b58f49-d927-433e-a31e-20e367dd233d img.shogun-image {
  
}


}
#s-b985af39-cc30-4652-8611-65d004f2684b {
  padding-top: 20px;
}

#s-66489752-bf4c-40d2-8469-362750821643 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66489752-bf4c-40d2-8469-362750821643"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
text-align: center;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4db57f42-187b-4a45-86fc-1650ad170f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
  box-sizing: border-box;
}



.s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4db57f42-187b-4a45-86fc-1650ad170f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
  box-sizing: border-box;
}



.s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4db57f42-187b-4a45-86fc-1650ad170f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
  box-sizing: border-box;
}



.s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4db57f42-187b-4a45-86fc-1650ad170f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
  box-sizing: border-box;
}



.s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  margin: 0 !important;
  overflow: visible;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4db57f42-187b-4a45-86fc-1650ad170f90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add background color handling */
  
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4db57f42-187b-4a45-86fc-1650ad170f90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db57f42-187b-4a45-86fc-1650ad170f90.shogun-image {
  box-sizing: border-box;
}



.s-4db57f42-187b-4a45-86fc-1650ad170f90 img.shogun-image {
  
}


}
#s-7247c702-2715-442a-be53-bf99e7ad09fc {
  padding-top: 22px;
}

#s-fb7ccb7e-76e2-4717-837e-b8436d05c315 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb7ccb7e-76e2-4717-837e-b8436d05c315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin-top: 6px;
max-width: 70px;
text-align: center;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dcb2cd4c-3798-485c-8079-c765e178bf88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
  box-sizing: border-box;
}



.s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dcb2cd4c-3798-485c-8079-c765e178bf88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
  box-sizing: border-box;
}



.s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dcb2cd4c-3798-485c-8079-c765e178bf88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
  box-sizing: border-box;
}



.s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dcb2cd4c-3798-485c-8079-c765e178bf88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
  box-sizing: border-box;
}



.s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  margin: 0 !important;
  overflow: visible;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcb2cd4c-3798-485c-8079-c765e178bf88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add background color handling */
  
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dcb2cd4c-3798-485c-8079-c765e178bf88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb2cd4c-3798-485c-8079-c765e178bf88.shogun-image {
  box-sizing: border-box;
}



.s-dcb2cd4c-3798-485c-8079-c765e178bf88 img.shogun-image {
  
}


}
#s-0e0f7277-1aad-4dfa-acfc-8e5212156c66 {
  padding-top: 22px;
}

#s-ada366d5-ee67-4616-926b-ab3e3ec4d152 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ada366d5-ee67-4616-926b-ab3e3ec4d152"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin: 0 !important;
  overflow: visible;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add background color handling */
  
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
  box-sizing: border-box;
}



.s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47a5286c-7dd7-4603-b34a-205b189f670c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
      position: relative;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin: 0 !important;
  overflow: visible;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add background color handling */
  
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
  box-sizing: border-box;
}



.s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47a5286c-7dd7-4603-b34a-205b189f670c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
      position: relative;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin: 0 !important;
  overflow: visible;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add background color handling */
  
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
  box-sizing: border-box;
}



.s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47a5286c-7dd7-4603-b34a-205b189f670c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
      position: relative;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin: 0 !important;
  overflow: visible;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add background color handling */
  
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
  box-sizing: border-box;
}



.s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47a5286c-7dd7-4603-b34a-205b189f670c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
      position: relative;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-47a5286c-7dd7-4603-b34a-205b189f670c {
  margin: 0 !important;
  overflow: visible;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a5286c-7dd7-4603-b34a-205b189f670c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add background color handling */
  
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47a5286c-7dd7-4603-b34a-205b189f670c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a5286c-7dd7-4603-b34a-205b189f670c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image {
  box-sizing: border-box;
}



.s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47a5286c-7dd7-4603-b34a-205b189f670c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container {
      position: relative;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47a5286c-7dd7-4603-b34a-205b189f670c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-afd3ef06-e86d-4ac4-bedd-62f01849999a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38dca4dd-2ffb-48bd-8c76-3b2f8ebbab74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin-top: 6px;
max-width: 70px;
text-align: center;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
  box-sizing: border-box;
}



.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
  box-sizing: border-box;
}



.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
  box-sizing: border-box;
}



.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
  box-sizing: border-box;
}



.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c31be4c-a660-465a-a87f-7ac9ca761ad6.shogun-image {
  box-sizing: border-box;
}



.s-9c31be4c-a660-465a-a87f-7ac9ca761ad6 img.shogun-image {
  
}


}
#s-eb4930e9-e7ac-4144-b9bf-4a141ecfd74d {
  padding-top: 22px;
}

#s-8e9bd303-2c9d-4739-965d-61d24c718fe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e9bd303-2c9d-4739-965d-61d24c718fe9 {
  display: none;
}
#s-8e9bd303-2c9d-4739-965d-61d24c718fe9, #wrap-s-8e9bd303-2c9d-4739-965d-61d24c718fe9, #wrap-content-s-8e9bd303-2c9d-4739-965d-61d24c718fe9 { display: none !important; }}@media (max-width: 767px){#s-8e9bd303-2c9d-4739-965d-61d24c718fe9 {
  display: none;
}
#s-8e9bd303-2c9d-4739-965d-61d24c718fe9, #wrap-s-8e9bd303-2c9d-4739-965d-61d24c718fe9, #wrap-content-s-8e9bd303-2c9d-4739-965d-61d24c718fe9 { display: none !important; }}
#s-8e9bd303-2c9d-4739-965d-61d24c718fe9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-57cedad9-7e47-4e39-9d0b-e4739babb53f {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57cedad9-7e47-4e39-9d0b-e4739babb53f {
  display: none;
}
#s-57cedad9-7e47-4e39-9d0b-e4739babb53f, #wrap-s-57cedad9-7e47-4e39-9d0b-e4739babb53f, #wrap-content-s-57cedad9-7e47-4e39-9d0b-e4739babb53f { display: none !important; }}@media (max-width: 767px){#s-57cedad9-7e47-4e39-9d0b-e4739babb53f {
  display: none;
}
#s-57cedad9-7e47-4e39-9d0b-e4739babb53f, #wrap-s-57cedad9-7e47-4e39-9d0b-e4739babb53f, #wrap-content-s-57cedad9-7e47-4e39-9d0b-e4739babb53f { display: none !important; }}
#s-57cedad9-7e47-4e39-9d0b-e4739babb53f .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-57cedad9-7e47-4e39-9d0b-e4739babb53f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-57cedad9-7e47-4e39-9d0b-e4739babb53f td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-57cedad9-7e47-4e39-9d0b-e4739babb53f td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-57cedad9-7e47-4e39-9d0b-e4739babb53f td.shogun-table-column, #s-57cedad9-7e47-4e39-9d0b-e4739babb53f td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-30959eee-f422-4cd7-aef5-dc820a08a527 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30959eee-f422-4cd7-aef5-dc820a08a527"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin-top: 33px;
margin-bottom: 1px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
  box-sizing: border-box;
}



.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
      position: relative;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
  box-sizing: border-box;
}



.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
      position: relative;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
  box-sizing: border-box;
}



.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
      position: relative;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
  box-sizing: border-box;
}



.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
      position: relative;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image {
  box-sizing: border-box;
}



.s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container {
      position: relative;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7d8c8f-2e4b-418f-8e69-264e938fad2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-f23ae43e-b072-460f-829b-a2ec377a2dbd {
  padding-top: 22px;
}

#s-4196ee60-e83a-418b-9b22-86044ae2a5da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4196ee60-e83a-418b-9b22-86044ae2a5da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  
}

.shg-image-content-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
  box-sizing: border-box;
}



.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
  box-sizing: border-box;
}



.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
  box-sizing: border-box;
}



.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
  box-sizing: border-box;
}



.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  margin: 0 !important;
  overflow: visible;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4eb5485-b36c-492f-adeb-36f7c9ef921d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add background color handling */
  
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4eb5485-b36c-492f-adeb-36f7c9ef921d.shogun-image {
  box-sizing: border-box;
}



.s-c4eb5485-b36c-492f-adeb-36f7c9ef921d img.shogun-image {
  
}


}
#s-b863e994-ad60-4cf7-8f5b-559e16c2309b {
  padding-top: 22px;
}

#s-7d20c453-86e0-4f63-bf31-06346ddec1b9 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d20c453-86e0-4f63-bf31-06346ddec1b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  max-width: 70px;
text-align: center;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
  box-sizing: border-box;
}



.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  
}


@media (min-width: 1200px){#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
  box-sizing: border-box;
}



.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
  box-sizing: border-box;
}



.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
  box-sizing: border-box;
}



.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  
}


}@media (max-width: 767px){#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  margin: 0 !important;
  overflow: visible;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add background color handling */
  
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e.shogun-image {
  box-sizing: border-box;
}



.s-cb7259ba-dc9a-42b2-8e23-e139a0fadd2e img.shogun-image {
  
}


}
#s-0b5db4d5-27d3-4c56-b7c0-94fdd71b23f2 {
  padding-top: 22px;
}

#s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9e26ba5-af29-4670-bb4f-dce2e1fd05e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
  box-sizing: border-box;
}



.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
      position: relative;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
  box-sizing: border-box;
}



.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
      position: relative;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
  box-sizing: border-box;
}



.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
      position: relative;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
  box-sizing: border-box;
}



.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
      position: relative;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image {
  box-sizing: border-box;
}



.s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container {
      position: relative;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aeb5ce-0c37-4663-889c-ea83ad82b105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-4e414e65-6124-4166-82b3-2c9407a715b6 {
  padding-top: 22px;
}

#s-2c645486-3ce5-4786-a28a-8f284a1ea751 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c645486-3ce5-4786-a28a-8f284a1ea751"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  max-width: 70px;
text-align: center;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  margin: 0 !important;
  overflow: visible;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add background color handling */
  
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-929e4895-bf8c-45f5-addb-6f5338cd0bed .shogun-image-content {
  
    justify-content: center;
  
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
  box-sizing: border-box;
}



.s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  
}


@media (min-width: 1200px){#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  margin: 0 !important;
  overflow: visible;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add background color handling */
  
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-929e4895-bf8c-45f5-addb-6f5338cd0bed .shogun-image-content {
  
    justify-content: center;
  
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
  box-sizing: border-box;
}



.s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  margin: 0 !important;
  overflow: visible;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add background color handling */
  
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-929e4895-bf8c-45f5-addb-6f5338cd0bed .shogun-image-content {
  
    justify-content: center;
  
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
  box-sizing: border-box;
}



.s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  margin: 0 !important;
  overflow: visible;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add background color handling */
  
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-929e4895-bf8c-45f5-addb-6f5338cd0bed .shogun-image-content {
  
    justify-content: center;
  
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
  box-sizing: border-box;
}



.s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  
}


}@media (max-width: 767px){#s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  margin: 0 !important;
  overflow: visible;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929e4895-bf8c-45f5-addb-6f5338cd0bed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add background color handling */
  
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-929e4895-bf8c-45f5-addb-6f5338cd0bed .shogun-image-content {
  
    justify-content: center;
  
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929e4895-bf8c-45f5-addb-6f5338cd0bed.shogun-image {
  box-sizing: border-box;
}



.s-929e4895-bf8c-45f5-addb-6f5338cd0bed img.shogun-image {
  
}


}
#s-e5e7ee2a-37db-481e-8294-6287851186e7 {
  padding-top: 20px;
}

#s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e48d14-9bc4-47d7-8d1b-c320a6a22ba4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin-top: 6px;
max-width: 70px;
text-align: center;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
  box-sizing: border-box;
}



.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
  box-sizing: border-box;
}



.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
  box-sizing: border-box;
}



.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
  box-sizing: border-box;
}



.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdb58bf6-02de-4bd4-a014-8a079f893bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb58bf6-02de-4bd4-a014-8a079f893bbe.shogun-image {
  box-sizing: border-box;
}



.s-fdb58bf6-02de-4bd4-a014-8a079f893bbe img.shogun-image {
  
}


}
#s-e1fef012-3ec6-4e5b-9bee-16246ec99b4e {
  padding-top: 22px;
}

#s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc3b0205-6f9d-406b-bd9a-0b08cf19f0b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin-top: 16px;
max-width: 70px;
text-align: center;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 16px;
  
}

.shg-image-content-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
  box-sizing: border-box;
}



.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  
}


@media (min-width: 1200px){#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
  box-sizing: border-box;
}



.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
  box-sizing: border-box;
}



.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
  box-sizing: border-box;
}



.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  
}


}@media (max-width: 767px){#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524.shogun-image {
  box-sizing: border-box;
}



.s-50f7e5f5-5e02-4f0e-bc5c-ba719e925524 img.shogun-image {
  
}


}
#s-4349a861-773c-47e0-8522-6c4beb04dd18 {
  padding-top: 22px;
}

#s-5cc62daa-a1e9-492d-894a-2f126757a15f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cc62daa-a1e9-492d-894a-2f126757a15f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin-top: 27px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 27px;
  
}

.shg-image-content-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
  box-sizing: border-box;
}



.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
      position: relative;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
  box-sizing: border-box;
}



.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
      position: relative;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
  box-sizing: border-box;
}



.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
      position: relative;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
  box-sizing: border-box;
}



.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
      position: relative;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image {
  box-sizing: border-box;
}



.s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container {
      position: relative;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-890f71dd-a10f-47b0-a23c-ee3f2be1d2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-f7922b56-37bc-4688-9b18-c7262f8cae39 {
  padding-top: 22px;
}

#s-40e9704d-b66a-4f34-92d9-a2c4047043fc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40e9704d-b66a-4f34-92d9-a2c4047043fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin: 0 !important;
  overflow: visible;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add background color handling */
  
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-content {
  
    justify-content: center;
  
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
  box-sizing: border-box;
}



.s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-032b297f-6440-4b6c-842f-a920b162d74d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
      position: relative;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin: 0 !important;
  overflow: visible;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add background color handling */
  
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-content {
  
    justify-content: center;
  
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
  box-sizing: border-box;
}



.s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-032b297f-6440-4b6c-842f-a920b162d74d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
      position: relative;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin: 0 !important;
  overflow: visible;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add background color handling */
  
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-content {
  
    justify-content: center;
  
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
  box-sizing: border-box;
}



.s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-032b297f-6440-4b6c-842f-a920b162d74d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
      position: relative;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin: 0 !important;
  overflow: visible;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add background color handling */
  
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-content {
  
    justify-content: center;
  
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
  box-sizing: border-box;
}



.s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-032b297f-6440-4b6c-842f-a920b162d74d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
      position: relative;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-032b297f-6440-4b6c-842f-a920b162d74d {
  margin: 0 !important;
  overflow: visible;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-032b297f-6440-4b6c-842f-a920b162d74d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add background color handling */
  
}

#s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-032b297f-6440-4b6c-842f-a920b162d74d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-032b297f-6440-4b6c-842f-a920b162d74d .shogun-image-content {
  
    justify-content: center;
  
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image {
  box-sizing: border-box;
}



.s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-032b297f-6440-4b6c-842f-a920b162d74d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container {
      position: relative;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-032b297f-6440-4b6c-842f-a920b162d74d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-4ec28114-1441-4960-b97f-55c28f713770 {
  padding-top: 22px;
}

#s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbcff4c3-4c45-48a8-a08f-519f9fcb85cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin-top: 24px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 24px;
  
}

.shg-image-content-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
  box-sizing: border-box;
}



.s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb548f05-4dab-4baa-9573-09cf550acd72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
      position: relative;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
  box-sizing: border-box;
}



.s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb548f05-4dab-4baa-9573-09cf550acd72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
      position: relative;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
  box-sizing: border-box;
}



.s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb548f05-4dab-4baa-9573-09cf550acd72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
      position: relative;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
  box-sizing: border-box;
}



.s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb548f05-4dab-4baa-9573-09cf550acd72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
      position: relative;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb548f05-4dab-4baa-9573-09cf550acd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb548f05-4dab-4baa-9573-09cf550acd72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb548f05-4dab-4baa-9573-09cf550acd72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image {
  box-sizing: border-box;
}



.s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb548f05-4dab-4baa-9573-09cf550acd72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container {
      position: relative;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb548f05-4dab-4baa-9573-09cf550acd72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-7c6a28f4-0faa-4a24-b8fa-9ab960d89216 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90fa2e79-5767-49ef-9639-26f0a34fb2f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin-top: 9px;
max-width: 70px;
text-align: center;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 9px;
  
}

.shg-image-content-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
  box-sizing: border-box;
}



.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
  box-sizing: border-box;
}



.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
  box-sizing: border-box;
}



.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
  box-sizing: border-box;
}



.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1.shogun-image {
  box-sizing: border-box;
}



.s-51eea818-7de7-4f5a-bcc7-a31ad4a583c1 img.shogun-image {
  
}


}
#s-9121fe08-dc5d-4046-8044-b8e983076d59 {
  padding-top: 22px;
}

#s-f86cd446-5995-4d73-8e77-c254a1cc4cf0 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86cd446-5995-4d73-8e77-c254a1cc4cf0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 70px;
text-align: center;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
  box-sizing: border-box;
}



.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
  box-sizing: border-box;
}



.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
  box-sizing: border-box;
}



.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
  box-sizing: border-box;
}



.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e38775-064f-488f-b19d-b4f4baa2d1f4.shogun-image {
  box-sizing: border-box;
}



.s-d8e38775-064f-488f-b19d-b4f4baa2d1f4 img.shogun-image {
  
}


}
#s-a197472b-3bfb-4ae6-bb3a-bac937ddd3b3 {
  padding-top: 22px;
}

#s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88fbcf87-cf0a-4379-8fef-16bd0b21bc26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
text-align: center;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe62cf3a-393f-4684-a605-09d167094648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe62cf3a-393f-4684-a605-09d167094648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
  box-sizing: border-box;
}



.s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe62cf3a-393f-4684-a605-09d167094648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe62cf3a-393f-4684-a605-09d167094648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
  box-sizing: border-box;
}



.s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe62cf3a-393f-4684-a605-09d167094648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe62cf3a-393f-4684-a605-09d167094648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
  box-sizing: border-box;
}



.s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe62cf3a-393f-4684-a605-09d167094648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe62cf3a-393f-4684-a605-09d167094648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
  box-sizing: border-box;
}



.s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fe62cf3a-393f-4684-a605-09d167094648 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe62cf3a-393f-4684-a605-09d167094648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe62cf3a-393f-4684-a605-09d167094648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe62cf3a-393f-4684-a605-09d167094648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe62cf3a-393f-4684-a605-09d167094648.shogun-image {
  box-sizing: border-box;
}



.s-fe62cf3a-393f-4684-a605-09d167094648 img.shogun-image {
  
}


}
#s-ba5c6d91-a0de-4f05-8cc4-f9991fe49654 {
  padding-top: 22px;
}

#s-d07d35f9-7106-43fb-871a-fc9a59325f9e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d07d35f9-7106-43fb-871a-fc9a59325f9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin-top: 17px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 17px;
  
}

.shg-image-content-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
  box-sizing: border-box;
}



.s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269301a-f033-49e1-a4a2-86514b295fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
      position: relative;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
  box-sizing: border-box;
}



.s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269301a-f033-49e1-a4a2-86514b295fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
      position: relative;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
  box-sizing: border-box;
}



.s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269301a-f033-49e1-a4a2-86514b295fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
      position: relative;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
  box-sizing: border-box;
}



.s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269301a-f033-49e1-a4a2-86514b295fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
      position: relative;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269301a-f033-49e1-a4a2-86514b295fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269301a-f033-49e1-a4a2-86514b295fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f269301a-f033-49e1-a4a2-86514b295fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image {
  box-sizing: border-box;
}



.s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269301a-f033-49e1-a4a2-86514b295fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container {
      position: relative;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269301a-f033-49e1-a4a2-86514b295fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3221765c-10f4-4370-8508-f09f38262724 {
  padding-top: 22px;
}

#s-8b57621f-01d2-4479-838b-642926277639 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b57621f-01d2-4479-838b-642926277639"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin-top: 0px;
margin-left: 0%;
max-width: 70px;
text-align: center;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
  box-sizing: border-box;
}



.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
  box-sizing: border-box;
}



.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
  box-sizing: border-box;
}



.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
  box-sizing: border-box;
}



.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a.shogun-image {
  box-sizing: border-box;
}



.s-a1cf7b1a-e7a2-4851-b546-a1cadf7d839a img.shogun-image {
  
}


}
#s-387421e6-cdd3-4b64-b83f-e91a230efc0c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-387421e6-cdd3-4b64-b83f-e91a230efc0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin-top: 10px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin: 0 !important;
  overflow: visible;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add background color handling */
  
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
  box-sizing: border-box;
}



.s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-89e22885-f0ac-460b-93e0-96b072541c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
      position: relative;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin: 0 !important;
  overflow: visible;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add background color handling */
  
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
  box-sizing: border-box;
}



.s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-89e22885-f0ac-460b-93e0-96b072541c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
      position: relative;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin: 0 !important;
  overflow: visible;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add background color handling */
  
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
  box-sizing: border-box;
}



.s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-89e22885-f0ac-460b-93e0-96b072541c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
      position: relative;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin: 0 !important;
  overflow: visible;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add background color handling */
  
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
  box-sizing: border-box;
}



.s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-89e22885-f0ac-460b-93e0-96b072541c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
      position: relative;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-89e22885-f0ac-460b-93e0-96b072541c04 {
  margin: 0 !important;
  overflow: visible;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89e22885-f0ac-460b-93e0-96b072541c04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add background color handling */
  
}

#s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89e22885-f0ac-460b-93e0-96b072541c04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89e22885-f0ac-460b-93e0-96b072541c04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image {
  box-sizing: border-box;
}



.s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-89e22885-f0ac-460b-93e0-96b072541c04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container {
      position: relative;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89e22885-f0ac-460b-93e0-96b072541c04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-65e66a2c-286e-452c-afb2-cb31ff791b9b {
  padding-top: 22px;
}

#s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6926c4a-c7c0-4c0c-93a2-a46783db63cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin-top: 34px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 34px;
  
}

.shg-image-content-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
  box-sizing: border-box;
}



.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
      position: relative;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
  box-sizing: border-box;
}



.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
      position: relative;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
  box-sizing: border-box;
}



.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
      position: relative;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
  box-sizing: border-box;
}



.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
      position: relative;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image {
  box-sizing: border-box;
}



.s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container {
      position: relative;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c633d0b-a9b1-4ac0-9e72-384a7bd08c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-82b3b8b9-9be6-4140-b522-eddfd4263620 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3c3dc33-7327-4960-a48f-dcd70630276a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fa3d68c8-d918-4018-8f6d-3602877aa170 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa3d68c8-d918-4018-8f6d-3602877aa170"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb7e1933-8aaa-4777-9cae-8bd5f3242507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin-top: 6px;
max-width: 70px;
text-align: center;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
  box-sizing: border-box;
}



.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  
}


@media (min-width: 1200px){#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
  box-sizing: border-box;
}



.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
  box-sizing: border-box;
}



.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
  box-sizing: border-box;
}



.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  
}


}@media (max-width: 767px){#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312.shogun-image {
  box-sizing: border-box;
}



.s-abd28cd5-a0c0-4c13-9aa9-9fb62acfd312 img.shogun-image {
  
}


}
#s-5bc2ff87-1f0c-4a7f-ac10-799a999b47cb {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41ae19d5-f10c-4caa-acad-8375e0dec988"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28e6633f-7563-4f08-82c5-741fe634ff75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bf777c-ad25-414b-b36d-518bb731aed5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2ef124-c090-4c5b-9a26-e49745fe4952"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3ace96f8-ac09-48fc-ae46-328334414877 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ace96f8-ac09-48fc-ae46-328334414877"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 4px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
  box-sizing: border-box;
}



.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
      position: relative;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
  box-sizing: border-box;
}



.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
      position: relative;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
  box-sizing: border-box;
}



.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
      position: relative;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
  box-sizing: border-box;
}



.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
      position: relative;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image {
  box-sizing: border-box;
}



.s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container {
      position: relative;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48f68d43-6ffc-4277-b92d-5e4d0ea3f1f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-10a3de08-21d2-4de4-a010-6dcd4e38f5f5 {
  padding-top: 19px;
}

#s-7397df49-cb2c-4696-b9c3-571db5decab8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7397df49-cb2c-4696-b9c3-571db5decab8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin-top: 7px;
max-width: 70px;
text-align: center;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
}

.shg-image-content-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
  box-sizing: border-box;
}



.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
  box-sizing: border-box;
}



.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
  box-sizing: border-box;
}



.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
  box-sizing: border-box;
}



.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30.shogun-image {
  box-sizing: border-box;
}



.s-3c00311a-9329-4d8c-8e57-5ff0ad2b3a30 img.shogun-image {
  
}


}
#s-ab903981-56ea-44e1-996a-cff6c8aa2db0 {
  padding-top: 19px;
}

#s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c8bc4b3-536d-4d5a-9c10-8250c057c45a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin-top: 16px;
max-width: 70px;
text-align: center;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 16px;
  
}

.shg-image-content-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
  box-sizing: border-box;
}



.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
  box-sizing: border-box;
}



.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
  box-sizing: border-box;
}



.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
  box-sizing: border-box;
}



.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163feb01-3f2d-4f68-8725-463ab14a3cd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163feb01-3f2d-4f68-8725-463ab14a3cd4.shogun-image {
  box-sizing: border-box;
}



.s-163feb01-3f2d-4f68-8725-463ab14a3cd4 img.shogun-image {
  
}


}
#s-8e8c49da-c242-4599-ba61-9475c933af7a {
  padding-top: 22px;
}

#s-e2088479-d128-487f-a21c-58e7918ee052 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2088479-d128-487f-a21c-58e7918ee052"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin-top: 19px;
margin-bottom: 0px;
max-width: 70px;
text-align: center;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
  box-sizing: border-box;
}



.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
  box-sizing: border-box;
}



.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
  box-sizing: border-box;
}



.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
  box-sizing: border-box;
}



.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28.shogun-image {
  box-sizing: border-box;
}



.s-3c53f80c-c4fd-45b7-a7e4-2ba0cd54df28 img.shogun-image {
  
}


}
#s-18eb9600-3136-4ffb-9831-08867c4957d2 {
  margin-top: 14px;
padding-top: 4px;
padding-bottom: 0px;
}

/*
  $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;
}
