.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-3a901d76-9a1a-4673-97c0-b34ce4f89137 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3a901d76-9a1a-4673-97c0-b34ce4f89137"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3a901d76-9a1a-4673-97c0-b34ce4f89137"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a901d76-9a1a-4673-97c0-b34ce4f89137"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a901d76-9a1a-4673-97c0-b34ce4f89137"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-14e35049-04f8-484d-8578-87e7b69cc520 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-14e35049-04f8-484d-8578-87e7b69cc520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e35049-04f8-484d-8578-87e7b69cc520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14e35049-04f8-484d-8578-87e7b69cc520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14e35049-04f8-484d-8578-87e7b69cc520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 150px;
max-width: 767px;
aspect-ratio: 1/1;
text-align: center;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 767px;
  }



  img.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
    
    
    min-height: 150px;
    max-height: 767px;
  }


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
  box-sizing: border-box;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
      position: relative;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 767px;
    }
  }

@media (min-width: 1200px){#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 767px;
  }



  img.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
    
    
    min-height: 150px;
    max-height: 767px;
  }


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
  box-sizing: border-box;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
      position: relative;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 767px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 767px;
  }



  img.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
    
    
    min-height: 150px;
    max-height: 767px;
  }


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
  box-sizing: border-box;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
      position: relative;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 767px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 767px;
  }



  img.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
    
    
    min-height: 150px;
    max-height: 767px;
  }


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
  box-sizing: border-box;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
      position: relative;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 767px;
    }
  }

}@media (max-width: 767px){#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 767px;
  }



  img.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
    
    
    min-height: 150px;
    max-height: 767px;
  }


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image {
  box-sizing: border-box;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container {
      position: relative;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1821fe-a8a6-4c76-904e-ae88b04f47df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 767px;
    }
  }

}
#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1204/1280;
text-align: center;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-link {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
  box-sizing: border-box;
}



.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
      --shg-aspect-ratio: calc(1204/1280); 
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
      position: relative;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-link {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
  box-sizing: border-box;
}



.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
      --shg-aspect-ratio: calc(1204/1280); 
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
      position: relative;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-link {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
  box-sizing: border-box;
}



.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
      --shg-aspect-ratio: calc(1204/1280); 
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
      position: relative;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-link {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
  box-sizing: border-box;
}



.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
      --shg-aspect-ratio: calc(1204/1280); 
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
      position: relative;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-link {
      aspect-ratio: 1204/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image {
  box-sizing: border-box;
}



.s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 {
      --shg-aspect-ratio: calc(1204/1280); 
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container {
      position: relative;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e10c79-ae43-4bd1-bde6-9dbeb37c9b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 150px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin: 0 !important;
  overflow: visible;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add background color handling */
  
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
  }



  img.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
    
    
    min-height: 150px;
    max-height: 500px;
  }


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
  box-sizing: border-box;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
      position: relative;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin: 0 !important;
  overflow: visible;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add background color handling */
  
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
  }



  img.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
    
    
    min-height: 150px;
    max-height: 500px;
  }


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
  box-sizing: border-box;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
      position: relative;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin: 0 !important;
  overflow: visible;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add background color handling */
  
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
  }



  img.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
    
    
    min-height: 150px;
    max-height: 500px;
  }


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
  box-sizing: border-box;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
      position: relative;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin: 0 !important;
  overflow: visible;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add background color handling */
  
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
  }



  img.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
    
    
    min-height: 150px;
    max-height: 500px;
  }


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
  box-sizing: border-box;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
      position: relative;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  margin: 0 !important;
  overflow: visible;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add background color handling */
  
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
  }



  img.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
    
    
    min-height: 150px;
    max-height: 500px;
  }


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image {
  box-sizing: border-box;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image {
  min-height: 150px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container {
      position: relative;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da28b34-c21c-4085-bc63-5dab1d0bc1cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 150px;
      max-width: 500px;
    }
  }

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-4714d4eb-ece7-4243-8885-660c06380d4d {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 13px;
text-align: center;
}

#s-4714d4eb-ece7-4243-8885-660c06380d4d .shogun-heading-component h3 {
  color: rgba(0, 51, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-65df34e8-3920-40fe-84af-7b1a516f25af {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-3e70e945-76d9-41e7-b6ae-d79c5e0cda32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3e70e945-76d9-41e7-b6ae-d79c5e0cda32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e70e945-76d9-41e7-b6ae-d79c5e0cda32.shg-box.shg-c {
  justify-content: center;
}

#s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 1px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.0px);
}

}

@media (max-width: 767px) {
  [id="s-5adad4a1-29a5-4e7c-b91b-9f87262d7c8f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
max-width: 350px;
aspect-ratio: 16/9;
text-align: center;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin: 0 !important;
  overflow: visible;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add background color handling */
  
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(43, 43, 43, 1);
  border-style: none;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-content {
  
    justify-content: center;
  
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
  box-sizing: border-box;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-695eab32-cf3b-4889-b255-8b00e09e672a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
      position: relative;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin: 0 !important;
  overflow: visible;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add background color handling */
  
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-content {
  
    justify-content: center;
  
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
  box-sizing: border-box;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-695eab32-cf3b-4889-b255-8b00e09e672a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
      position: relative;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin: 0 !important;
  overflow: visible;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add background color handling */
  
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-content {
  
    justify-content: center;
  
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
  box-sizing: border-box;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-695eab32-cf3b-4889-b255-8b00e09e672a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
      position: relative;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin: 0 !important;
  overflow: visible;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add background color handling */
  
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-content {
  
    justify-content: center;
  
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
  box-sizing: border-box;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-695eab32-cf3b-4889-b255-8b00e09e672a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
      position: relative;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-695eab32-cf3b-4889-b255-8b00e09e672a {
  margin: 0 !important;
  overflow: visible;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-695eab32-cf3b-4889-b255-8b00e09e672a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add background color handling */
  
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shogun-image-content {
  
    justify-content: center;
  
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image {
  box-sizing: border-box;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-695eab32-cf3b-4889-b255-8b00e09e672a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-695eab32-cf3b-4889-b255-8b00e09e672a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container {
      position: relative;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-695eab32-cf3b-4889-b255-8b00e09e672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-8a9bd8a1-2abd-4e4b-854f-e84615c995cd {
  margin-left: auto;
margin-right: auto;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-8a9bd8a1-2abd-4e4b-854f-e84615c995cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8e5c2947-5438-4e38-918d-cfdbd9690706 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8e5c2947-5438-4e38-918d-cfdbd9690706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e5c2947-5438-4e38-918d-cfdbd9690706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e5c2947-5438-4e38-918d-cfdbd9690706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e5c2947-5438-4e38-918d-cfdbd9690706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1d59e04-af69-4957-85f8-badbc692d724 {
  margin-left: auto;
margin-right: auto;
}

#s-3042d462-601e-4121-870a-d8490f2d4193 {
  margin-left: auto;
margin-right: auto;
}

#s-70c1890a-81ef-41ce-a798-e0932659afa6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-70c1890a-81ef-41ce-a798-e0932659afa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70c1890a-81ef-41ce-a798-e0932659afa6.shg-box.shg-c {
  justify-content: center;
}

#s-1569723c-2493-4ca2-86b9-78329eedddb9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(208, 209, 209, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-1569723c-2493-4ca2-86b9-78329eedddb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1569723c-2493-4ca2-86b9-78329eedddb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1569723c-2493-4ca2-86b9-78329eedddb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1569723c-2493-4ca2-86b9-78329eedddb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-559624a7-260f-4f45-b86d-2c431c02495a {
  padding-left: 5%;
padding-right: 5%;
}

#s-7452deee-5e8d-42b2-a07d-7af33e6b85f1 {
  padding-left: 5%;
padding-right: 5%;
}

#s-81e2d215-9953-4d28-9007-1b2801dfa911 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-81e2d215-9953-4d28-9007-1b2801dfa911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-81e2d215-9953-4d28-9007-1b2801dfa911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-81e2d215-9953-4d28-9007-1b2801dfa911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-81e2d215-9953-4d28-9007-1b2801dfa911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dcd305dd-e302-45a1-a56a-1b5238bafcc2 {
  padding-left: 5%;
padding-right: 5%;
}

#s-e3d1fe9d-6bc8-47fd-a183-06adece9d7f3 {
  padding-left: 5%;
padding-right: 5%;
}

#s-1e126ca6-c38d-49be-9ef2-83c15e26b6dc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(208, 209, 209, 1);
border-style: solid;
border-radius: 0px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-1e126ca6-c38d-49be-9ef2-83c15e26b6dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-1e126ca6-c38d-49be-9ef2-83c15e26b6dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-1e126ca6-c38d-49be-9ef2-83c15e26b6dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e126ca6-c38d-49be-9ef2-83c15e26b6dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-fbda9698-d507-4fae-a0f2-9578ffcca289 {
  padding-left: 5%;
padding-right: 5%;
}

#s-7e5181cf-7aac-4f67-bf5c-84d87b5c1ec4 {
  padding-left: 5%;
padding-right: 5%;
}

#s-fbe95a7e-3366-4c78-8b5f-cf08901e0c71 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-fbe95a7e-3366-4c78-8b5f-cf08901e0c71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fbe95a7e-3366-4c78-8b5f-cf08901e0c71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe95a7e-3366-4c78-8b5f-cf08901e0c71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe95a7e-3366-4c78-8b5f-cf08901e0c71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5c5dc701-c491-482e-ad29-1a6a62cc1e1e {
  padding-left: 5%;
padding-right: 5%;
}

#s-947a8709-d624-4de2-b0d6-93b944fa8ce7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-40b03297-0128-4a75-929d-a7e2e136f070 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-40b03297-0128-4a75-929d-a7e2e136f070"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-40b03297-0128-4a75-929d-a7e2e136f070"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-40b03297-0128-4a75-929d-a7e2e136f070"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-40b03297-0128-4a75-929d-a7e2e136f070"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dcc27b1f-bfce-4107-93b3-e440bbd281fd {
  padding-left: 5%;
padding-right: 5%;
}

#s-51c74e5c-6809-49ea-b680-9cd337d4cbf7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-5b306ae8-95c9-489d-93ed-cd26ede96b18 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-5b306ae8-95c9-489d-93ed-cd26ede96b18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5b306ae8-95c9-489d-93ed-cd26ede96b18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5b306ae8-95c9-489d-93ed-cd26ede96b18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b306ae8-95c9-489d-93ed-cd26ede96b18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20ce5153-599b-4cd6-a559-7c23ac0f35ac {
  padding-left: 5%;
padding-right: 5%;
}

#s-03777359-4a07-4007-95ab-50f4dff8ec5d {
  padding-left: 5%;
padding-right: 5%;
}

#s-b8fe4d30-4294-4a2c-b6e2-5be882e41656 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-b8fe4d30-4294-4a2c-b6e2-5be882e41656"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b8fe4d30-4294-4a2c-b6e2-5be882e41656"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b8fe4d30-4294-4a2c-b6e2-5be882e41656"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8fe4d30-4294-4a2c-b6e2-5be882e41656"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-45c3b76d-4e0f-44da-8d0f-0982da24c3bb {
  padding-left: 5%;
padding-right: 5%;
}

#s-0ee33f31-9ba5-4ab4-8466-0dca484d56f7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-384a8e61-d89c-4eef-be65-f6c70976907b {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-384a8e61-d89c-4eef-be65-f6c70976907b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-384a8e61-d89c-4eef-be65-f6c70976907b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-384a8e61-d89c-4eef-be65-f6c70976907b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-384a8e61-d89c-4eef-be65-f6c70976907b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4e2006bc-590f-47ed-8c1e-d542f61d68ba {
  padding-left: 3%;
padding-right: 3%;
}

#s-90ca29aa-7eaf-4449-bc9f-4c8e5cf9fc79 {
  padding-left: 4%;
padding-right: 4%;
}

#s-36fcbd22-afd2-41df-bc19-2b86ef3b73c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-36fcbd22-afd2-41df-bc19-2b86ef3b73c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36fcbd22-afd2-41df-bc19-2b86ef3b73c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-36fcbd22-afd2-41df-bc19-2b86ef3b73c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-36fcbd22-afd2-41df-bc19-2b86ef3b73c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0208df73-c9ea-4f96-9e28-b0002eb727ee {
  padding-left: 5%;
padding-right: 5%;
}

#s-c2a5fdf5-9010-46fb-a5c3-73314ba10ffb {
  padding-left: 6%;
padding-right: 6%;
}

#s-006b2792-dde8-474a-901d-51999aff84e9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 4px;
padding-left: 0%;
padding-bottom: 4px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-006b2792-dde8-474a-901d-51999aff84e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-006b2792-dde8-474a-901d-51999aff84e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-006b2792-dde8-474a-901d-51999aff84e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-006b2792-dde8-474a-901d-51999aff84e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ca981732-181c-44c5-b885-62c304a33c60 {
  padding-left: 5%;
padding-right: 5%;
}

#s-1c4c415c-7596-4ed3-aff6-807846659db8 {
  padding-left: 5%;
padding-right: 5%;
}

#s-a51857fc-8506-4bd5-ac1e-e7dc8d1755be {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a51857fc-8506-4bd5-ac1e-e7dc8d1755be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a51857fc-8506-4bd5-ac1e-e7dc8d1755be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a51857fc-8506-4bd5-ac1e-e7dc8d1755be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a51857fc-8506-4bd5-ac1e-e7dc8d1755be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5001b93c-1e6d-40cc-b259-3f5fc6c5a7be {
  padding-left: 5%;
padding-right: 5%;
}

#s-3e1499e7-e671-4745-874e-068bef628602 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-35fc9b59-e299-4d70-ae98-5815a0546804 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-35fc9b59-e299-4d70-ae98-5815a0546804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35fc9b59-e299-4d70-ae98-5815a0546804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35fc9b59-e299-4d70-ae98-5815a0546804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35fc9b59-e299-4d70-ae98-5815a0546804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9454a7c8-7fe5-46a6-a92e-da4537062bca {
  padding-left: 5%;
padding-right: 5%;
}

#s-5f24225f-26e8-4b17-9298-64f9e0675b34 {
  padding-left: 5%;
padding-right: 5%;
}

#s-079c2c06-cd90-4048-beda-7503d998151d {
  padding-left: 5%;
padding-right: 5%;
}

#s-3557ad7f-e338-4a76-9eb1-4256f5664be6 {
  padding-left: 5%;
padding-right: 5%;
}

#s-a10c9546-4ff5-4f85-9877-65fe54c53522 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-a10c9546-4ff5-4f85-9877-65fe54c53522"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a10c9546-4ff5-4f85-9877-65fe54c53522"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a10c9546-4ff5-4f85-9877-65fe54c53522"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a10c9546-4ff5-4f85-9877-65fe54c53522"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-620b74bc-5481-4f6c-aca1-a6bdc8d00227 {
  padding-left: 5%;
padding-right: 5%;
}

#s-dd2931c7-9cf9-46f0-b5a6-e10acaa3a1c8 {
  padding-left: 5%;
padding-right: 5%;
}

#s-b0d37f40-db21-4c74-9522-44d12b397888 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 75px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-b0d37f40-db21-4c74-9522-44d12b397888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d37f40-db21-4c74-9522-44d12b397888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d37f40-db21-4c74-9522-44d12b397888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d37f40-db21-4c74-9522-44d12b397888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3fe140e2-84c9-4b20-91fd-6348948c8621 {
  padding-left: 5%;
padding-right: 5%;
}

#s-fc9ce789-2e4b-40cc-9cb1-63157c9fd617 {
  padding-left: 5%;
padding-right: 5%;
}

#s-66ca96ba-440a-4cd8-9fbc-901c693e5223 {
  padding-left: 5%;
padding-right: 5%;
}

#s-eeb6f782-f6ee-4626-8a15-fecd14213939 {
  padding-left: 5%;
padding-right: 5%;
}

#s-66582d22-3901-413f-ac30-8ac84e6b0cac {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 209, 209, 1);
border-style: none;
border-radius: 70px;
min-height: 0px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-66582d22-3901-413f-ac30-8ac84e6b0cac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66582d22-3901-413f-ac30-8ac84e6b0cac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-66582d22-3901-413f-ac30-8ac84e6b0cac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-66582d22-3901-413f-ac30-8ac84e6b0cac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2cf82d07-d62b-4c7d-b8d6-2a23d9e2e6bd {
  padding-left: 5%;
padding-right: 5%;
}

#s-ec670ad6-9b17-45ba-9fce-abd8ca463991 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-756f32e7-bfff-4140-87df-00c6e8211f8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-756f32e7-bfff-4140-87df-00c6e8211f8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-756f32e7-bfff-4140-87df-00c6e8211f8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-756f32e7-bfff-4140-87df-00c6e8211f8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70b2a3c3-cf0e-4a5c-9df7-6c4b45a38e74 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-3aac0cf0-1cec-4f66-a6f2-f99447c59426 {
  text-align: left;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-450304c5-d1ca-4ebc-a276-600e04c69452 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(177, 175, 175, 1);
border-style: solid;
border-radius: 0px;
min-height: 20px;
max-width: 1640px;
aspect-ratio: 16/9;
text-align: center;
}

#s-450304c5-d1ca-4ebc-a276-600e04c69452 {
  overflow: hidden;
  
  
      max-width: 1640px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-450304c5-d1ca-4ebc-a276-600e04c69452 img.shogun-image,
  #s-450304c5-d1ca-4ebc-a276-600e04c69452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-450304c5-d1ca-4ebc-a276-600e04c69452 {
    width: 100%;
    height: auto;
  }




#s-450304c5-d1ca-4ebc-a276-600e04c69452 .shogun-image-content {
  
    justify-content: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(55, 73, 132, 1);
    border: 1px solid rgba(55, 73, 132, 1);
  }
  #s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(55, 73, 132, 1);
    border: 1px solid rgba(55, 73, 132, 1);
  }
#s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 14px;
}

#s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(55, 73, 132, 1);
}

#s-9d1feff9-7cd4-4153-bdee-e1c7c3bf3958 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(55, 73, 132, 1);
}

#s-75f9221f-a09d-470c-a009-1d1ebbf23d2d {
  padding-top: 25px;
padding-bottom: 10px;
max-width: 1030px;
text-align: center;
}

#s-75f9221f-a09d-470c-a009-1d1ebbf23d2d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-5307b090-9429-4a9c-863c-f4086cac2849 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5307b090-9429-4a9c-863c-f4086cac2849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5307b090-9429-4a9c-863c-f4086cac2849"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 19.0px);
}

}

@media (min-width: 992px) {
[id="s-5307b090-9429-4a9c-863c-f4086cac2849"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 19.0px);
}

}

@media (min-width: 1200px) {
[id="s-5307b090-9429-4a9c-863c-f4086cac2849"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 19.0px);
}

}

#s-a501b542-7271-48a4-90fb-518117b65554 {
  margin-top: -2px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1124/386;
text-align: center;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }

    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-link {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
  box-sizing: border-box;
}



.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
      --shg-aspect-ratio: calc(1124/386); 
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
      position: relative;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }

    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-link {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
  box-sizing: border-box;
}



.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
      --shg-aspect-ratio: calc(1124/386); 
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
      position: relative;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }

    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-link {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
  box-sizing: border-box;
}



.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
      --shg-aspect-ratio: calc(1124/386); 
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
      position: relative;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }

    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-link {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
  box-sizing: border-box;
}



.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
      --shg-aspect-ratio: calc(1124/386); 
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
      position: relative;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }

    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-link {
      aspect-ratio: 1124/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image {
  box-sizing: border-box;
}



.s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b {
      --shg-aspect-ratio: calc(1124/386); 
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container {
      position: relative;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef5886d6-f128-4adc-b7e1-09537fea5f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-70225b7c-3c49-4818-bb1f-bcc753abd9ce {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-70225b7c-3c49-4818-bb1f-bcc753abd9ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70225b7c-3c49-4818-bb1f-bcc753abd9ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70225b7c-3c49-4818-bb1f-bcc753abd9ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70225b7c-3c49-4818-bb1f-bcc753abd9ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 201/158;
text-align: left;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }

    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-link {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
  box-sizing: border-box;
}



.s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb77856-024c-4b9f-beb0-1302758e2728 {
      --shg-aspect-ratio: calc(201/158); 
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
      position: relative;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }

    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-link {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
  box-sizing: border-box;
}



.s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb77856-024c-4b9f-beb0-1302758e2728 {
      --shg-aspect-ratio: calc(201/158); 
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
      position: relative;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }

    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-link {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
  box-sizing: border-box;
}



.s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb77856-024c-4b9f-beb0-1302758e2728 {
      --shg-aspect-ratio: calc(201/158); 
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
      position: relative;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }

    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-link {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
  box-sizing: border-box;
}



.s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb77856-024c-4b9f-beb0-1302758e2728 {
      --shg-aspect-ratio: calc(201/158); 
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
      position: relative;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb77856-024c-4b9f-beb0-1302758e2728 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }

    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-link {
      aspect-ratio: 201/158;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb77856-024c-4b9f-beb0-1302758e2728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-bbb77856-024c-4b9f-beb0-1302758e2728 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image {
  box-sizing: border-box;
}



.s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb77856-024c-4b9f-beb0-1302758e2728 {
      --shg-aspect-ratio: calc(201/158); 
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container {
      position: relative;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb77856-024c-4b9f-beb0-1302758e2728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-eb218593-6f0c-4c6b-9ba9-af543ff9f38d {
  margin-left: auto;
margin-right: auto;
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed {
  opacity: 1;
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 243, 244, 1);
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 1px;
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 59, 127, 1);
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(225, 229, 232, 1);
  border-top: 1px solid rgba(240, 243, 244, 1);
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 59, 127, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

#s-05e9fa78-daf0-41ff-9f28-3c969dd451ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-e585e1ec-2668-4c94-9ff4-c131498780e3 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0a59fb84-4b6f-469f-988c-ad6770fb84c3 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ef7997b0-cbce-4ac1-a4fb-81cab74b2ff7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-464d8e9b-c589-475f-b867-8e263b2850b1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-a13fe3c0-e5b1-484a-8162-be129f4a0bfc {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f727a269-fd66-4ca2-bdde-4092e79ce062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f727a269-fd66-4ca2-bdde-4092e79ce062"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f727a269-fd66-4ca2-bdde-4092e79ce062"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f727a269-fd66-4ca2-bdde-4092e79ce062"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-728fd0d2-9d3a-4bd8-93de-23af5b45d171 {
  min-height: 0px;
}








#s-728fd0d2-9d3a-4bd8-93de-23af5b45d171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-728fd0d2-9d3a-4bd8-93de-23af5b45d171.shg-box.shg-c {
  justify-content: center;
}

#s-dbaa4d81-1651-4484-aede-72205b36ea16 {
  margin-top: 29px;
margin-left: auto;
margin-bottom: 29px;
margin-right: auto;
max-width: 500px;
text-align: left;
}

#s-57791fbb-d293-4558-b542-4d6cb09abb5c {
  text-align: left;
}

#s-683678ce-170e-4d6b-b800-b92d88703f5f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-683678ce-170e-4d6b-b800-b92d88703f5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f22b894e-97e7-442a-afe0-731558603869 {
  margin-top: -2px;
margin-left: auto;
margin-bottom: -2px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f22b894e-97e7-442a-afe0-731558603869 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a {
  box-shadow:1px 1px 1px 1px rgba(175, 126, 13, 1);
margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 11px;
padding-left: 18px;
padding-bottom: 11px;
padding-right: 18px;
border-radius: 13px;
background-color: rgba(244, 164, 29, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
}
#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a:hover {border-radius: 0px !important;
background-color: rgba(250, 190, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a-root {
    text-align: center;
  }


#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a-root {
    text-align: center;
  }


#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a-root {
    text-align: center;
  }


#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a-root {
    text-align: center;
  }


#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a-root {
    text-align: center;
  }


#s-a52ec3fb-5db4-4fa5-a39a-e49c85b6ee6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78ddcb19-a782-41d6-82bb-2d470b6c1336 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-78ddcb19-a782-41d6-82bb-2d470b6c1336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78ddcb19-a782-41d6-82bb-2d470b6c1336.shg-box.shg-c {
  justify-content: center;
}

.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-b9781edb-42bb-4938-a15b-f1bff420678b {
  margin-left: 0%;
margin-right: 0%;
}

#s-b9781edb-42bb-4938-a15b-f1bff420678b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(165, 167, 168, 1);
  border-radius: 0px;
}

#s-b9781edb-42bb-4938-a15b-f1bff420678b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b9781edb-42bb-4938-a15b-f1bff420678b td.shogun-table-column {
  background-color: rgba(180, 225, 243, 1);
  padding: 0px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  line-height: 1.5em;
  
}

#s-b9781edb-42bb-4938-a15b-f1bff420678b td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 1px;
}

#s-b9781edb-42bb-4938-a15b-f1bff420678b td.shogun-table-column, #s-b9781edb-42bb-4938-a15b-f1bff420678b td.shogun-table-row {
  border: 1px solid rgba(165, 167, 168, 1);
}

#s-0343f8d4-455f-4df6-9770-4ffeca687980 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-0343f8d4-455f-4df6-9770-4ffeca687980 .shogun-icon-wrapper {
  text-align: center;
}


#s-0343f8d4-455f-4df6-9770-4ffeca687980 .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: rgba(16, 186, 94, 1);
}

#s-e38c8830-9de5-49c4-ab6b-83fc77fb0ef6 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-e38c8830-9de5-49c4-ab6b-83fc77fb0ef6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e38c8830-9de5-49c4-ab6b-83fc77fb0ef6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: rgba(16, 186, 94, 1);
}

#s-828edfa5-bc5d-4b78-bd1d-3afdfdae496c {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-828edfa5-bc5d-4b78-bd1d-3afdfdae496c .shogun-icon-wrapper {
  text-align: center;
}


#s-828edfa5-bc5d-4b78-bd1d-3afdfdae496c .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: rgba(16, 186, 94, 1);
}

#s-77f8ff6f-fd93-4e2a-a362-e146e6e788a0 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-77f8ff6f-fd93-4e2a-a362-e146e6e788a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-77f8ff6f-fd93-4e2a-a362-e146e6e788a0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: rgba(16, 186, 94, 1);
}

#s-e172d36a-2be8-4626-a42f-f880801067c0 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-e172d36a-2be8-4626-a42f-f880801067c0 .shogun-icon-wrapper {
  text-align: center;
}


#s-e172d36a-2be8-4626-a42f-f880801067c0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: #495056;
}

#s-bdd193d0-1a09-4124-8616-f49709e502b9 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
}

#s-bdd193d0-1a09-4124-8616-f49709e502b9 .shogun-icon-wrapper {
  text-align: center;
}


#s-bdd193d0-1a09-4124-8616-f49709e502b9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 10px !important;
  color: #495056;
}

#s-72a75215-9fd2-4f7d-ac88-387571fc824e {
  max-width: 25px;
}

#s-a518402d-73a5-4d08-8738-5da2bc25e432 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a3538233-c79f-439f-8442-d590fc3e6dd3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b3635868-f9c8-4906-8d07-28a1dfc03cf2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-1f001e18-27c5-4fea-8c4e-a5f2cf2bea38 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-fd67e21d-7998-406f-8f20-734d8117176d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5ee7e1db-4ed3-4686-82c9-0c6129f6ff69 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c135bfed-4bcc-4098-8a53-397756f21926 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-160eb9ee-aad0-440e-b609-39854599e759 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2b642d76-a491-45e4-a45e-07b06d687f8b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fc9237f2-73c5-44da-a950-7276eaa74088 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5143fa8a-ce81-45cb-9a38-341a33d4457e {
  max-width: 30px;
}

#s-4577bed0-4477-4917-bc18-444158ede447 {
  max-width: 30px;
}

#s-499a4c69-9b72-461b-8848-9432c1280f36 {
  max-width: 30px;
}

#s-e806dedd-a42c-40cd-a6dd-2e4bd1717a13 {
  max-width: 30px;
}

#s-44d5b350-0bab-4867-8a54-6df8627f8cd5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-fbc81232-8a43-40bc-a10a-99fd433e86af {
  margin-left: 5%;
margin-right: 5%;
}

#s-5339ff3f-46f9-45aa-8217-fbdd18a01163 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7678414c-6992-4957-beb1-386729cddc88 {
  margin-left: 5%;
margin-right: 5%;
}

#s-c11203f2-4764-4c4b-8dd7-b940931a9f9a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-17f116fa-60bf-484e-a0d3-6dc6a1142f15 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-bf541fa6-e348-4950-8b44-419c9f3a1d77 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8de86ed7-e140-4308-bc70-387ff8486be7 {
  max-width: 30px;
}

#s-274ef86b-9db1-4439-a941-5edc28a978f7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-96570590-3f34-42b8-ae80-d3ce3a40b7f1 {
  margin-left: 16%;
margin-right: 16%;
}

#s-e6c289c5-9a93-4dbc-913c-06d005c66784 {
  box-shadow:1px 1px 1px 1px rgba(175, 126, 13, 1);
background-size: cover;
margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 13px;
padding-left: 18px;
padding-bottom: 13px;
padding-right: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
background-color: rgba(244, 164, 29, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
}
#s-e6c289c5-9a93-4dbc-913c-06d005c66784:hover {border-radius: 0px !important;
background-color: rgba(250, 190, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6c289c5-9a93-4dbc-913c-06d005c66784:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6c289c5-9a93-4dbc-913c-06d005c66784-root {
    text-align: center;
  }


#s-e6c289c5-9a93-4dbc-913c-06d005c66784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6c289c5-9a93-4dbc-913c-06d005c66784-root {
    text-align: center;
  }


#s-e6c289c5-9a93-4dbc-913c-06d005c66784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6c289c5-9a93-4dbc-913c-06d005c66784-root {
    text-align: center;
  }


#s-e6c289c5-9a93-4dbc-913c-06d005c66784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6c289c5-9a93-4dbc-913c-06d005c66784-root {
    text-align: center;
  }


#s-e6c289c5-9a93-4dbc-913c-06d005c66784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6c289c5-9a93-4dbc-913c-06d005c66784-root {
    text-align: center;
  }


#s-e6c289c5-9a93-4dbc-913c-06d005c66784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7000159b-9798-41b6-875a-aefd7b00ecdf {
  padding-top: 0px;
padding-bottom: 10px;
background-color: rgba(207, 230, 236, 0.56);
}

@media (min-width: 0px) {
[id="s-7000159b-9798-41b6-875a-aefd7b00ecdf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7000159b-9798-41b6-875a-aefd7b00ecdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7000159b-9798-41b6-875a-aefd7b00ecdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7000159b-9798-41b6-875a-aefd7b00ecdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a2e9cebe-4091-4efd-a1b3-a5900d37d246 {
  box-shadow:1px -3px 0px 0px rgba(46, 95, 212, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}

#s-46153a4b-af9e-4f4c-ad05-30912d1e8485 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

#s-822ca23c-f53b-446b-af3f-1a8ca9915dd0 {
  box-shadow:-1px -3px 0px 0px rgba(21, 21, 21, 1);
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 3px;
}

#s-fc963bce-f717-41f6-a445-005ac8971ea0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

#s-53ce85a9-2039-4b08-8d70-32f04a421c32 {
  box-shadow:-1px -2px 1px 0px rgba(13, 12, 12, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}

#s-8533c955-ea6b-4c30-86bd-8c2ab0d12893 {
  text-align: left;
}

#s-29ac159e-5988-4646-9166-2b920ee77bbf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29ac159e-5988-4646-9166-2b920ee77bbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
  box-sizing: border-box;
}



.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
      position: relative;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
  box-sizing: border-box;
}



.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
      position: relative;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
  box-sizing: border-box;
}



.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
      position: relative;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
  box-sizing: border-box;
}



.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
      position: relative;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image {
  box-sizing: border-box;
}



.s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container {
      position: relative;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0995934d-6dd5-41fa-acff-0405a3aa17f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-1332b3c4-c6f9-490a-919a-52a83d3c6982 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 500/333;
text-align: center;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin: 0 !important;
  overflow: visible;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add background color handling */
  
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
  box-sizing: border-box;
}



.s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e0744fe-0437-43e9-b021-123f049d603d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
      position: relative;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin: 0 !important;
  overflow: visible;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add background color handling */
  
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
  box-sizing: border-box;
}



.s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e0744fe-0437-43e9-b021-123f049d603d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
      position: relative;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin: 0 !important;
  overflow: visible;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add background color handling */
  
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
  box-sizing: border-box;
}



.s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e0744fe-0437-43e9-b021-123f049d603d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
      position: relative;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin: 0 !important;
  overflow: visible;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add background color handling */
  
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
  box-sizing: border-box;
}



.s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e0744fe-0437-43e9-b021-123f049d603d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
      position: relative;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-7e0744fe-0437-43e9-b021-123f049d603d {
  margin: 0 !important;
  overflow: visible;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e0744fe-0437-43e9-b021-123f049d603d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add background color handling */
  
}

#s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e0744fe-0437-43e9-b021-123f049d603d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7e0744fe-0437-43e9-b021-123f049d603d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image {
  box-sizing: border-box;
}



.s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e0744fe-0437-43e9-b021-123f049d603d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container {
      position: relative;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0744fe-0437-43e9-b021-123f049d603d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-71f39c4f-7d07-4925-8cc1-b26fb3424060 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-a86cf6c0-2a2e-4d65-8d07-caab9f71e46c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a86cf6c0-2a2e-4d65-8d07-caab9f71e46c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a86cf6c0-2a2e-4d65-8d07-caab9f71e46c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86cf6c0-2a2e-4d65-8d07-caab9f71e46c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2c83576-c528-4847-8328-905c062fe3f7 {
  min-height: 300px;
max-width: 350px;
text-align: left;
}

#s-a4d03792-7fb2-4625-aa17-10a4f8b5ab50 {
  box-shadow:-1px -2px 1px 0px ;
}

#s-82be3c2e-a360-450f-9ad2-3fa359fba5d1 {
  text-align: left;
}

#s-d7e99ee9-42db-4921-abed-9a05db46dd3f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e99ee9-42db-4921-abed-9a05db46dd3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin-left: 20%;
margin-right: 20%;
max-width: 100px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  
}

.shg-image-content-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
  box-sizing: border-box;
}



.s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47987169-937f-45e0-b974-bcfb6fc54e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
      position: relative;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
  box-sizing: border-box;
}



.s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47987169-937f-45e0-b974-bcfb6fc54e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
      position: relative;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
  box-sizing: border-box;
}



.s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47987169-937f-45e0-b974-bcfb6fc54e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
      position: relative;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
  box-sizing: border-box;
}



.s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47987169-937f-45e0-b974-bcfb6fc54e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
      position: relative;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47987169-937f-45e0-b974-bcfb6fc54e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47987169-937f-45e0-b974-bcfb6fc54e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-47987169-937f-45e0-b974-bcfb6fc54e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image {
  box-sizing: border-box;
}



.s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47987169-937f-45e0-b974-bcfb6fc54e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container {
      position: relative;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47987169-937f-45e0-b974-bcfb6fc54e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-eda86625-433c-44ce-9756-03b986ab8dcc {
  margin-top: 0px;
margin-left: -4%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
  box-sizing: border-box;
}



.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
      position: relative;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
  box-sizing: border-box;
}



.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
      position: relative;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
  box-sizing: border-box;
}



.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
      position: relative;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
  box-sizing: border-box;
}



.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
      position: relative;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image {
  box-sizing: border-box;
}



.s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container {
      position: relative;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6df8f9c6-1587-4d8a-8cb5-1e22f71be9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-b3f39a27-b2c6-4613-8133-41e2c6995ccb {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-af1961ae-9d5e-46d4-bf98-15d13b12847a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1961ae-9d5e-46d4-bf98-15d13b12847a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin: 0 !important;
  overflow: visible;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add background color handling */
  
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-content {
  
    justify-content: center;
  
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
  box-sizing: border-box;
}



.s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77711614-0081-4d05-8c62-3e6e33bb727c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
      position: relative;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

@media (min-width: 1200px){#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin: 0 !important;
  overflow: visible;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add background color handling */
  
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-content {
  
    justify-content: center;
  
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
  box-sizing: border-box;
}



.s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77711614-0081-4d05-8c62-3e6e33bb727c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
      position: relative;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin: 0 !important;
  overflow: visible;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add background color handling */
  
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-content {
  
    justify-content: center;
  
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
  box-sizing: border-box;
}



.s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77711614-0081-4d05-8c62-3e6e33bb727c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
      position: relative;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin: 0 !important;
  overflow: visible;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add background color handling */
  
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-content {
  
    justify-content: center;
  
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
  box-sizing: border-box;
}



.s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77711614-0081-4d05-8c62-3e6e33bb727c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
      position: relative;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (max-width: 767px){#s-77711614-0081-4d05-8c62-3e6e33bb727c {
  margin: 0 !important;
  overflow: visible;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77711614-0081-4d05-8c62-3e6e33bb727c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add background color handling */
  
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77711614-0081-4d05-8c62-3e6e33bb727c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-77711614-0081-4d05-8c62-3e6e33bb727c .shogun-image-content {
  
    justify-content: center;
  
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image {
  box-sizing: border-box;
}



.s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77711614-0081-4d05-8c62-3e6e33bb727c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container {
      position: relative;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77711614-0081-4d05-8c62-3e6e33bb727c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}
#s-092cd96e-51e2-48d8-b7b9-99794c4daa3e {
  margin-left: auto;
margin-right: auto;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
aspect-ratio: 4/3;
text-align: center;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin: 0 !important;
  overflow: visible;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add background color handling */
  
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-content {
  
    justify-content: center;
  
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
  box-sizing: border-box;
}



.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
      position: relative;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

@media (min-width: 1200px){#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin: 0 !important;
  overflow: visible;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add background color handling */
  
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-content {
  
    justify-content: center;
  
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
  box-sizing: border-box;
}



.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
      position: relative;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin: 0 !important;
  overflow: visible;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add background color handling */
  
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-content {
  
    justify-content: center;
  
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
  box-sizing: border-box;
}



.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
      position: relative;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin: 0 !important;
  overflow: visible;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add background color handling */
  
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-content {
  
    justify-content: center;
  
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
  box-sizing: border-box;
}



.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
      position: relative;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (max-width: 767px){#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  margin: 0 !important;
  overflow: visible;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add background color handling */
  
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 .shogun-image-content {
  
    justify-content: center;
  
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image {
  box-sizing: border-box;
}



.s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container {
      position: relative;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450cf4f7-dd98-458c-8d8b-3c7b6fbc5587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}
#s-2c82a76c-3a30-43d3-84d6-33cab2594eee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
}

#s-2831b366-def7-44c2-8c86-101f7644c327 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2831b366-def7-44c2-8c86-101f7644c327"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin: 0 !important;
  overflow: visible;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add background color handling */
  
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
  box-sizing: border-box;
}



.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
      position: relative;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin: 0 !important;
  overflow: visible;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add background color handling */
  
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
  box-sizing: border-box;
}



.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
      position: relative;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin: 0 !important;
  overflow: visible;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add background color handling */
  
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
  box-sizing: border-box;
}



.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
      position: relative;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin: 0 !important;
  overflow: visible;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add background color handling */
  
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
  box-sizing: border-box;
}



.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
      position: relative;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  margin: 0 !important;
  overflow: visible;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add background color handling */
  
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image {
  box-sizing: border-box;
}



.s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container {
      position: relative;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-693fbdc2-d512-47aa-ad8f-45384f00cd3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-d7219e8f-41bf-44b5-a105-1ccef4fac2bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin-left: auto;
margin-right: auto;
max-width: 115px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
  box-sizing: border-box;
}



.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
      position: relative;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

@media (min-width: 1200px){#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
  box-sizing: border-box;
}



.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
      position: relative;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
  box-sizing: border-box;
}



.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
      position: relative;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
  box-sizing: border-box;
}



.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
      position: relative;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}@media (max-width: 767px){#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 115px;
  }



  img.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
    
    
    
    max-height: 115px;
  }


.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image {
  box-sizing: border-box;
}



.s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container {
      position: relative;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e6b35c4-882b-4032-9f38-f401b700d5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 115px;
    }
  }

}
#s-734e6418-35c6-49d3-ba8f-77026589912e {
  margin-left: auto;
margin-right: auto;
}

#s-87f42eb7-8603-4077-9c47-1bfc292efae9 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87f42eb7-8603-4077-9c47-1bfc292efae9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
aspect-ratio: 409/500;
text-align: center;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }

    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-link {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
  box-sizing: border-box;
}



.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
      --shg-aspect-ratio: calc(409/500); 
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
      position: relative;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

@media (min-width: 1200px){#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }

    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-link {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
  box-sizing: border-box;
}



.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
      --shg-aspect-ratio: calc(409/500); 
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
      position: relative;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }

    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-link {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
  box-sizing: border-box;
}



.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
      --shg-aspect-ratio: calc(409/500); 
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
      position: relative;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }

    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-link {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
  box-sizing: border-box;
}



.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
      --shg-aspect-ratio: calc(409/500); 
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
      position: relative;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (max-width: 767px){#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  margin: 0 !important;
  overflow: visible;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add background color handling */
  
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }

    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-link {
      aspect-ratio: 409/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image {
  box-sizing: border-box;
}



.s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f {
      --shg-aspect-ratio: calc(409/500); 
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container {
      position: relative;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb0ca74-06c9-46c9-95dd-01bf33a6121f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}
#s-d5b9afd5-60a5-4967-b10e-8d923285533f {
  margin-left: auto;
margin-right: auto;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
  box-sizing: border-box;
}



.s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
      position: relative;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
  box-sizing: border-box;
}



.s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
      position: relative;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
  box-sizing: border-box;
}



.s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
      position: relative;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
  box-sizing: border-box;
}



.s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
      position: relative;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1d8514d6-f452-4202-9fa5-42c2c6029141 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image {
  box-sizing: border-box;
}



.s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container {
      position: relative;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d8514d6-f452-4202-9fa5-42c2c6029141 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-069abdcc-ce13-473e-a9b2-958a5fa9c948 {
  margin-left: auto;
margin-right: auto;
}

#s-096c95fd-3934-422d-84c5-ac2976717dd9 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-096c95fd-3934-422d-84c5-ac2976717dd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/1706;
text-align: center;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }

    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-link {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
  box-sizing: border-box;
}



.s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
      --shg-aspect-ratio: calc(2560/1706); 
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
      position: relative;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }

    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-link {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
  box-sizing: border-box;
}



.s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
      --shg-aspect-ratio: calc(2560/1706); 
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
      position: relative;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }

    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-link {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
  box-sizing: border-box;
}



.s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
      --shg-aspect-ratio: calc(2560/1706); 
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
      position: relative;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }

    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-link {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
  box-sizing: border-box;
}



.s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
      --shg-aspect-ratio: calc(2560/1706); 
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
      position: relative;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }

    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-link {
      aspect-ratio: 2560/1706;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-4bc92036-26f6-4086-acca-5397c20ce0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image {
  box-sizing: border-box;
}



.s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 {
      --shg-aspect-ratio: calc(2560/1706); 
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container {
      position: relative;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc92036-26f6-4086-acca-5397c20ce0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-82301f60-031a-410f-9aff-87df7f34ffb9 {
  margin-left: auto;
margin-right: auto;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin: 0 !important;
  overflow: visible;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add background color handling */
  
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
  box-sizing: border-box;
}



.s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c680c4dc-7052-4bfb-b270-1145e761c40a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
      position: relative;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin: 0 !important;
  overflow: visible;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add background color handling */
  
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
  box-sizing: border-box;
}



.s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c680c4dc-7052-4bfb-b270-1145e761c40a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
      position: relative;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin: 0 !important;
  overflow: visible;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add background color handling */
  
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
  box-sizing: border-box;
}



.s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c680c4dc-7052-4bfb-b270-1145e761c40a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
      position: relative;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin: 0 !important;
  overflow: visible;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add background color handling */
  
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
  box-sizing: border-box;
}



.s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c680c4dc-7052-4bfb-b270-1145e761c40a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
      position: relative;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  margin: 0 !important;
  overflow: visible;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c680c4dc-7052-4bfb-b270-1145e761c40a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add background color handling */
  
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c680c4dc-7052-4bfb-b270-1145e761c40a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-c680c4dc-7052-4bfb-b270-1145e761c40a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image {
  box-sizing: border-box;
}



.s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c680c4dc-7052-4bfb-b270-1145e761c40a {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container {
      position: relative;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c680c4dc-7052-4bfb-b270-1145e761c40a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-5c4207f7-9a05-4af2-933e-aeead58dfc9d {
  margin-left: auto;
margin-right: auto;
}

#s-4ccce4d2-099f-41c3-b93c-251cd173402e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccce4d2-099f-41c3-b93c-251cd173402e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 500/469;
text-align: center;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }

    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-link {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
  box-sizing: border-box;
}



.s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5fccb56-c487-42d6-9153-80111f6003ac {
      --shg-aspect-ratio: calc(500/469); 
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
      position: relative;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }

    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-link {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
  box-sizing: border-box;
}



.s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5fccb56-c487-42d6-9153-80111f6003ac {
      --shg-aspect-ratio: calc(500/469); 
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
      position: relative;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }

    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-link {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
  box-sizing: border-box;
}



.s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5fccb56-c487-42d6-9153-80111f6003ac {
      --shg-aspect-ratio: calc(500/469); 
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
      position: relative;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }

    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-link {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
  box-sizing: border-box;
}



.s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5fccb56-c487-42d6-9153-80111f6003ac {
      --shg-aspect-ratio: calc(500/469); 
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
      position: relative;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-c5fccb56-c487-42d6-9153-80111f6003ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5fccb56-c487-42d6-9153-80111f6003ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }

    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-link {
      aspect-ratio: 500/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5fccb56-c487-42d6-9153-80111f6003ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c5fccb56-c487-42d6-9153-80111f6003ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image {
  box-sizing: border-box;
}



.s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5fccb56-c487-42d6-9153-80111f6003ac {
      --shg-aspect-ratio: calc(500/469); 
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container {
      position: relative;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5fccb56-c487-42d6-9153-80111f6003ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a5849465-b501-4e86-a88d-fee54da619fc {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
  box-sizing: border-box;
}



.s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f895721-3f08-487d-b183-b95fc1da8c5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
      position: relative;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
  box-sizing: border-box;
}



.s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f895721-3f08-487d-b183-b95fc1da8c5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
      position: relative;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
  box-sizing: border-box;
}



.s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f895721-3f08-487d-b183-b95fc1da8c5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
      position: relative;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
  box-sizing: border-box;
}



.s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f895721-3f08-487d-b183-b95fc1da8c5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
      position: relative;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f895721-3f08-487d-b183-b95fc1da8c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f895721-3f08-487d-b183-b95fc1da8c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0f895721-3f08-487d-b183-b95fc1da8c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image {
  box-sizing: border-box;
}



.s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f895721-3f08-487d-b183-b95fc1da8c5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container {
      position: relative;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f895721-3f08-487d-b183-b95fc1da8c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-0df1ab6e-ef0d-433f-be04-a5db96be3ea1 {
  margin-left: auto;
margin-right: auto;
}

#s-c619127e-a4d5-4088-bc6c-fd803c244487 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c619127e-a4d5-4088-bc6c-fd803c244487"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin-left: auto;
margin-right: auto;
max-width: 157px;
aspect-ratio: 1280/853;
text-align: center;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 157px;
  }



  img.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
    
    
    
    max-height: 157px;
  }


.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
  box-sizing: border-box;
}



.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
      position: relative;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 157px;
    }
  }

@media (min-width: 1200px){#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 157px;
  }



  img.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
    
    
    
    max-height: 157px;
  }


.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
  box-sizing: border-box;
}



.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
      position: relative;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 157px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 157px;
  }



  img.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
    
    
    
    max-height: 157px;
  }


.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
  box-sizing: border-box;
}



.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
      position: relative;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 157px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 157px;
  }



  img.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
    
    
    
    max-height: 157px;
  }


.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
  box-sizing: border-box;
}



.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
      position: relative;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 157px;
    }
  }

}@media (max-width: 767px){#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }

    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 157px;
  }



  img.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
    
    
    
    max-height: 157px;
  }


.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image {
  box-sizing: border-box;
}



.s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container {
      position: relative;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d48241e2-a367-4a2a-a2cb-23acad6585e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 157px;
    }
  }

}
#s-438f125a-b739-4399-9f87-1245a0edb900 {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}

#s-b046a6e7-1f65-4a36-ba90-8747e3ad26ff {
  margin-left: auto;
margin-right: auto;
}

#s-26851e54-3d9a-4aa5-90d3-9ca33cb1ae8f {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(46, 94, 147, 1);
}

#s-26851e54-3d9a-4aa5-90d3-9ca33cb1ae8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-11ea6e37-4492-41ff-be36-268bc404e783 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-11ea6e37-4492-41ff-be36-268bc404e783"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11ea6e37-4492-41ff-be36-268bc404e783"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-11ea6e37-4492-41ff-be36-268bc404e783"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-11ea6e37-4492-41ff-be36-268bc404e783"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4a0804de-77bd-44ce-855b-f074119a1895 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d1761095-f044-477f-b1b0-b944368090eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1761095-f044-477f-b1b0-b944368090eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f284689a-4d50-44ca-af77-57aaa1e26ce5 {
  margin-left: auto;
margin-right: auto;
}

#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4010a1a4-f7aa-4807-a298-28aaaf1fc1cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0426f95a-0699-4083-9548-efc26b5d6b3f {
  margin-left: auto;
margin-right: auto;
}

#s-f6ade72e-b934-4166-95aa-931d24f5881e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ade72e-b934-4166-95aa-931d24f5881e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06ccc7c9-0cef-47f0-9358-f1d86da52226 {
  margin-left: auto;
margin-right: auto;
}

#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a5f189-cc7d-4836-bbbd-e27c2ba02699 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f23332e4-6a2c-40e6-9312-2427433685a9 {
  margin-left: auto;
margin-right: auto;
}

#s-52a64f22-4b34-4221-a9db-ac9480b05f1b {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}



.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a64f22-4b34-4221-a9db-ac9480b05f1b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea {
  margin-left: auto;
margin-right: auto;
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(191, 189, 189, 1);
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(191, 189, 189, 1);
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-e6dbd533-92fe-41f6-9ea5-05af0bc9fbea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-003d6f95-b746-489c-ab89-1aead0594cb0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 249, 249, 1);
border-style: none;
min-height: 0px;
}

#s-003d6f95-b746-489c-ab89-1aead0594cb0 .shg-sld-dot {
  background-color: rgba(236, 154, 65, 1);
}

#s-003d6f95-b746-489c-ab89-1aead0594cb0 .shg-sld-nav-button.shg-sld-left,
#s-003d6f95-b746-489c-ab89-1aead0594cb0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(236, 154, 65, 1);
}

#s-3ca08f4a-e97a-491a-9bbf-7ed081d7d278 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ca08f4a-e97a-491a-9bbf-7ed081d7d278"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ca08f4a-e97a-491a-9bbf-7ed081d7d278"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3ca08f4a-e97a-491a-9bbf-7ed081d7d278"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ca08f4a-e97a-491a-9bbf-7ed081d7d278"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 180px;
aspect-ratio: 260/205;
text-align: center;
}
#s-2834f50d-3d48-4a50-a18d-f498fa3faefc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}
#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin: 0 !important;
  overflow: visible;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add background color handling */
  
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(239, 188, 175, 1);
  border-style: none;
  border-radius: 1px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }

    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-link {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
  box-sizing: border-box;
}



.s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
      --shg-aspect-ratio: calc(260/205); 
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
      position: relative;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

@media (min-width: 1200px){#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin: 0 !important;
  overflow: visible;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add background color handling */
  
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }

    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-link {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
  box-sizing: border-box;
}



.s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
      --shg-aspect-ratio: calc(260/205); 
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
      position: relative;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin: 0 !important;
  overflow: visible;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add background color handling */
  
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }

    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-link {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
  box-sizing: border-box;
}



.s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
      --shg-aspect-ratio: calc(260/205); 
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
      position: relative;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin: 0 !important;
  overflow: visible;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add background color handling */
  
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }

    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-link {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
  box-sizing: border-box;
}



.s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
      --shg-aspect-ratio: calc(260/205); 
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
      position: relative;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}@media (max-width: 767px){#s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  margin: 0 !important;
  overflow: visible;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add background color handling */
  
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }

    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-link {
      aspect-ratio: 260/205;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 180px;
  }



  img.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-2834f50d-3d48-4a50-a18d-f498fa3faefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image {
  box-sizing: border-box;
}



.s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc {
      --shg-aspect-ratio: calc(260/205); 
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container {
      position: relative;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2834f50d-3d48-4a50-a18d-f498fa3faefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 180px;
    }
  }

}
#s-85efb7b2-e6dd-4dd8-9a4c-1b9b5a90b293 {
  margin-top: 1px;
margin-left: 15%;
margin-bottom: 1px;
margin-right: 15%;
padding-top: 2px;
padding-left: 0%;
padding-bottom: 2px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-50215691-2134-42e0-bdb6-300e0f881d4d {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin-top: 1px;
margin-bottom: 1px;
max-width: 175px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
  box-sizing: border-box;
}



.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
      position: relative;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

@media (min-width: 1200px){#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
  box-sizing: border-box;
}



.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
      position: relative;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
  box-sizing: border-box;
}



.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
      position: relative;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
  box-sizing: border-box;
}



.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
      position: relative;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (max-width: 767px){#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image {
  box-sizing: border-box;
}



.s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container {
      position: relative;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e77e3c-ad25-4ede-a1f0-4199f26bd84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}
#s-85acefdd-dac7-45be-a9c4-46f41933b016 {
  margin-top: 2px;
margin-left: 14%;
margin-bottom: 2px;
margin-right: 14%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-dc092f07-f74d-480d-9fe8-fe5075afdba2 {
  margin-top: 1px;
margin-left: 2%;
margin-bottom: 1px;
margin-right: 2%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 175px;
aspect-ratio: 465/315;
text-align: center;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }

    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-link {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
  box-sizing: border-box;
}



.s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c742e139-a59b-4181-85dd-611202ec37d7 {
      --shg-aspect-ratio: calc(465/315); 
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
      position: relative;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

@media (min-width: 1200px){#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }

    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-link {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
  box-sizing: border-box;
}



.s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c742e139-a59b-4181-85dd-611202ec37d7 {
      --shg-aspect-ratio: calc(465/315); 
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
      position: relative;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }

    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-link {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
  box-sizing: border-box;
}



.s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c742e139-a59b-4181-85dd-611202ec37d7 {
      --shg-aspect-ratio: calc(465/315); 
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
      position: relative;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }

    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-link {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
  box-sizing: border-box;
}



.s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c742e139-a59b-4181-85dd-611202ec37d7 {
      --shg-aspect-ratio: calc(465/315); 
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
      position: relative;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}@media (max-width: 767px){#s-c742e139-a59b-4181-85dd-611202ec37d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c742e139-a59b-4181-85dd-611202ec37d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }

    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-link {
      aspect-ratio: 465/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c742e139-a59b-4181-85dd-611202ec37d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 175px;
  }



  img.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
    
    
    
    max-height: 175px;
  }


.s-c742e139-a59b-4181-85dd-611202ec37d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image {
  box-sizing: border-box;
}



.s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c742e139-a59b-4181-85dd-611202ec37d7 {
      --shg-aspect-ratio: calc(465/315); 
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container {
      position: relative;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c742e139-a59b-4181-85dd-611202ec37d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 175px;
    }
  }

}
#s-c4944df5-20ae-4f5f-b66f-e8fc1627a201 {
  margin-top: 4px;
margin-left: 13%;
margin-bottom: 4px;
margin-right: 13%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
}

#s-4733e820-eaee-4959-807c-7cd98457ac75 {
  margin-left: auto;
margin-right: auto;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 300px;
aspect-ratio: 16/9;
text-align: center;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add padding handling */
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 8px;
  padding-bottom: 8px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
  box-sizing: border-box;
}



.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
      position: relative;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
  box-sizing: border-box;
}



.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
      position: relative;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
  box-sizing: border-box;
}



.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
      position: relative;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
  box-sizing: border-box;
}



.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
      position: relative;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image {
  box-sizing: border-box;
}



.s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container {
      position: relative;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cb9df39-ad6e-4511-95b8-d7901cfa0737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-61ae5edc-e694-4dda-9007-57531a5ece5c {
  margin-top: 4px;
margin-left: 12%;
margin-bottom: 4px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
    
    
    
    
  }


.s-ec8deff7-9607-4abf-b177-6a3404de7a32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
  box-sizing: border-box;
}



.s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
    
    
    
    
  }


.s-ec8deff7-9607-4abf-b177-6a3404de7a32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
  box-sizing: border-box;
}



.s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
    
    
    
    
  }


.s-ec8deff7-9607-4abf-b177-6a3404de7a32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
  box-sizing: border-box;
}



.s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
    
    
    
    
  }


.s-ec8deff7-9607-4abf-b177-6a3404de7a32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
  box-sizing: border-box;
}



.s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec8deff7-9607-4abf-b177-6a3404de7a32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
    
    
    
    
  }


.s-ec8deff7-9607-4abf-b177-6a3404de7a32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8deff7-9607-4abf-b177-6a3404de7a32.shogun-image {
  box-sizing: border-box;
}



.s-ec8deff7-9607-4abf-b177-6a3404de7a32 img.shogun-image {
  
}


}
#s-8d82d519-6c78-4263-b538-e3a18e81e420 {
  margin-left: auto;
margin-right: auto;
}

#s-e3165c80-f859-4b13-95e7-5800ed1b60a0 {
  box-shadow:0px 0px 0px 0px rgba(200, 197, 197, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
}

@media (min-width: 0px) {
[id="s-e3165c80-f859-4b13-95e7-5800ed1b60a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3165c80-f859-4b13-95e7-5800ed1b60a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e3165c80-f859-4b13-95e7-5800ed1b60a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3165c80-f859-4b13-95e7-5800ed1b60a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3dd76541-c692-4f9d-81b0-323d2dc453d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd76541-c692-4f9d-81b0-323d2dc453d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd76541-c692-4f9d-81b0-323d2dc453d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd76541-c692-4f9d-81b0-323d2dc453d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ce0707b9-4410-45e9-aac0-7a6f33d2bcf5 {
  min-height: 50px;
}








#s-ce0707b9-4410-45e9-aac0-7a6f33d2bcf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce0707b9-4410-45e9-aac0-7a6f33d2bcf5.shg-box.shg-c {
  justify-content: center;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  max-width: 125px;
aspect-ratio: 175/180;
text-align: center;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }

    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-link {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
  box-sizing: border-box;
}



.s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
      --shg-aspect-ratio: calc(175/180); 
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
      position: relative;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }

    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-link {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
  box-sizing: border-box;
}



.s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
      --shg-aspect-ratio: calc(175/180); 
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
      position: relative;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }

    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-link {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
  box-sizing: border-box;
}



.s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
      --shg-aspect-ratio: calc(175/180); 
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
      position: relative;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }

    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-link {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
  box-sizing: border-box;
}



.s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
      --shg-aspect-ratio: calc(175/180); 
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
      position: relative;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }

    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-link {
      aspect-ratio: 175/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-8c01f286-bfe1-4315-9a38-b54c1c49811d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image {
  box-sizing: border-box;
}



.s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d {
      --shg-aspect-ratio: calc(175/180); 
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container {
      position: relative;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c01f286-bfe1-4315-9a38-b54c1c49811d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-6ddb975e-d078-4f33-b26d-41286aec3619 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6ddb975e-d078-4f33-b26d-41286aec3619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ddb975e-d078-4f33-b26d-41286aec3619"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ddb975e-d078-4f33-b26d-41286aec3619"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ddb975e-d078-4f33-b26d-41286aec3619"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4370ac63-a372-408d-90f5-8a504f511f06 {
  box-shadow:-2px 0px 0px 0px ;
border-style: solid;
padding-top: 8px;
padding-left: 17px;
padding-bottom: 8px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
max-width: 200px;
background-color: rgba(45, 90, 163, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 248, 248, 1);
line-height: 1em;
}
#s-4370ac63-a372-408d-90f5-8a504f511f06:hover {background-color: rgba(245, 219, 182, 1) !important;
text-decoration: none !important;
color: rgba(14, 13, 13, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4370ac63-a372-408d-90f5-8a504f511f06:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk2NGI5YzgtZjJjMC00OTUwLThlN2UtODYzNmVlYzlhMzhkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTY0YjljOC1mMmMwLTQ5NTAtOGU3ZS04NjM2ZWVjOWEzOGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(12, 12, 12, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-4370ac63-a372-408d-90f5-8a504f511f06-root {
    text-align: left;
  }


#s-4370ac63-a372-408d-90f5-8a504f511f06.shg-btn {
  color: rgba(252, 248, 248, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4370ac63-a372-408d-90f5-8a504f511f06-root {
    text-align: left;
  }


#s-4370ac63-a372-408d-90f5-8a504f511f06.shg-btn {
  color: rgba(252, 248, 248, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4370ac63-a372-408d-90f5-8a504f511f06-root {
    text-align: left;
  }


#s-4370ac63-a372-408d-90f5-8a504f511f06.shg-btn {
  color: rgba(252, 248, 248, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4370ac63-a372-408d-90f5-8a504f511f06-root {
    text-align: left;
  }


#s-4370ac63-a372-408d-90f5-8a504f511f06.shg-btn {
  color: rgba(252, 248, 248, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4370ac63-a372-408d-90f5-8a504f511f06-root {
    text-align: left;
  }


#s-4370ac63-a372-408d-90f5-8a504f511f06.shg-btn {
  color: rgba(252, 248, 248, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1998/1675;
text-align: center;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin: 0 !important;
  overflow: visible;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add background color handling */
  
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }

    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-link {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
  box-sizing: border-box;
}



.s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5603bf5c-732d-48d9-b735-badf90589e4e {
      --shg-aspect-ratio: calc(1998/1675); 
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
      position: relative;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin: 0 !important;
  overflow: visible;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add background color handling */
  
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }

    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-link {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
  box-sizing: border-box;
}



.s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5603bf5c-732d-48d9-b735-badf90589e4e {
      --shg-aspect-ratio: calc(1998/1675); 
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
      position: relative;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin: 0 !important;
  overflow: visible;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add background color handling */
  
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }

    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-link {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
  box-sizing: border-box;
}



.s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5603bf5c-732d-48d9-b735-badf90589e4e {
      --shg-aspect-ratio: calc(1998/1675); 
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
      position: relative;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin: 0 !important;
  overflow: visible;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add background color handling */
  
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }

    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-link {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
  box-sizing: border-box;
}



.s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5603bf5c-732d-48d9-b735-badf90589e4e {
      --shg-aspect-ratio: calc(1998/1675); 
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
      position: relative;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-5603bf5c-732d-48d9-b735-badf90589e4e {
  margin: 0 !important;
  overflow: visible;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5603bf5c-732d-48d9-b735-badf90589e4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add background color handling */
  
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }

    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-link {
      aspect-ratio: 1998/1675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5603bf5c-732d-48d9-b735-badf90589e4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5603bf5c-732d-48d9-b735-badf90589e4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image {
  box-sizing: border-box;
}



.s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5603bf5c-732d-48d9-b735-badf90589e4e {
      --shg-aspect-ratio: calc(1998/1675); 
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container {
      position: relative;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5603bf5c-732d-48d9-b735-badf90589e4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c1fabd2a-1ca9-43e0-94cc-1f7adc1d9a75 {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(126, 201, 252, 0.51);
}

#s-738730dc-9dff-4596-9b78-d775a303c9f2 {
  background-image: url(https://i.shgcdn.com/51d2c155-acb3-4cdc-a3c1-70b9d32cf7d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
background-color: rgba(193, 219, 252, 1);
background-position: center center;
}

#s-6e662061-bb5f-4c28-a1e8-cc088b9c2956 {
  margin-top: 0px;
padding-top: 15px;
padding-bottom: 5px;
}

#s-114d1cee-840c-435f-b184-233eb12a0b10 {
  max-width: 75px;
text-align: right;
}

#s-114d1cee-840c-435f-b184-233eb12a0b10 {
  overflow: hidden;
  
  
      max-width: 75px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-114d1cee-840c-435f-b184-233eb12a0b10 img.shogun-image {
    

    
    
    
  }


#s-114d1cee-840c-435f-b184-233eb12a0b10 .shogun-image-content {
  
    justify-content: center;
  
}

#s-06c11fd3-4bee-4e13-a208-e1d0980e5f6f {
  min-height: 50px;
}








#s-06c11fd3-4bee-4e13-a208-e1d0980e5f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06c11fd3-4bee-4e13-a208-e1d0980e5f6f.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}