.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-50404d5a-fdbb-4e8a-b574-140820013183 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(251, 101, 8, 1);
}








#s-50404d5a-fdbb-4e8a-b574-140820013183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50404d5a-fdbb-4e8a-b574-140820013183.shg-box.shg-c {
  justify-content: center;
}

.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-4fd6993e-2172-4b9d-acb4-3b9c475afa4a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 237, 226, 1);
}

@media (min-width: 0px) {
[id="s-4fd6993e-2172-4b9d-acb4-3b9c475afa4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fd6993e-2172-4b9d-acb4-3b9c475afa4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fd6993e-2172-4b9d-acb4-3b9c475afa4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fd6993e-2172-4b9d-acb4-3b9c475afa4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Jost";
  text-transform: none;
  font-weight: 700;
  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-b4749f9d-cfcc-4bf8-aa56-02ea754aad15 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}
@media (max-width: 767px){#s-b4749f9d-cfcc-4bf8-aa56-02ea754aad15 {
  margin-top: 0%;
text-align: left;
}
}
#s-b4749f9d-cfcc-4bf8-aa56-02ea754aad15 .shogun-heading-component h1 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-b4749f9d-cfcc-4bf8-aa56-02ea754aad15 .shogun-heading-component h1 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0415107f-04b5-4a49-83db-b07d799f0678 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

.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-ffcda615-4340-4275-aa3b-207ddfdfdbfe {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 101, 8, 1);
border-style: none;
border-radius: 10px;
background-color: rgba(251, 101, 8, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe {
  text-align: left;
}
}

  #s-ffcda615-4340-4275-aa3b-207ddfdfdbfe-root {
    text-align: left;
  }


#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffcda615-4340-4275-aa3b-207ddfdfdbfe-root {
    text-align: left;
  }


#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffcda615-4340-4275-aa3b-207ddfdfdbfe-root {
    text-align: left;
  }


#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffcda615-4340-4275-aa3b-207ddfdfdbfe-root {
    text-align: left;
  }


#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffcda615-4340-4275-aa3b-207ddfdfdbfe-root {
    text-align: left;
  }


#s-ffcda615-4340-4275-aa3b-207ddfdfdbfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.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-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 719/490;
text-align: center;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }

    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-link {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }




.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image {
  box-sizing: border-box;
}



.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
      --shg-aspect-ratio: calc(719/490); 
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
      position: relative;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }

    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-link {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }




.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image {
  box-sizing: border-box;
}



.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
      --shg-aspect-ratio: calc(719/490); 
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
      position: relative;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }

    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-link {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }




.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image {
  box-sizing: border-box;
}



.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
      --shg-aspect-ratio: calc(719/490); 
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
      position: relative;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }

    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-link {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }




.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image {
  box-sizing: border-box;
}



.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
      --shg-aspect-ratio: calc(719/490); 
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
      position: relative;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }

    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-link {
      aspect-ratio: 719/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }




.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image {
  box-sizing: border-box;
}



.s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 {
      --shg-aspect-ratio: calc(719/490); 
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container {
      position: relative;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d17dcf4d-7cfc-467e-9ab1-a999cd782a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-75cb52da-a299-45bf-a5d5-1540be879aa5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}








#s-75cb52da-a299-45bf-a5d5-1540be879aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75cb52da-a299-45bf-a5d5-1540be879aa5.shg-box.shg-c {
  justify-content: center;
}

#s-4c34227e-e6fe-4137-acdf-fddf1c1d1a65 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}








#s-4c34227e-e6fe-4137-acdf-fddf1c1d1a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c34227e-e6fe-4137-acdf-fddf1c1d1a65.shg-box.shg-c {
  justify-content: center;
}

#s-05cdde07-4bfe-46d4-b97e-8f17b1bb753f {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-05cdde07-4bfe-46d4-b97e-8f17b1bb753f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05cdde07-4bfe-46d4-b97e-8f17b1bb753f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-05cdde07-4bfe-46d4-b97e-8f17b1bb753f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-05cdde07-4bfe-46d4-b97e-8f17b1bb753f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin: 0 !important;
  overflow: visible;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add background color handling */
  
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
  box-sizing: border-box;
}



.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  
}


@media (min-width: 1200px){#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin: 0 !important;
  overflow: visible;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add background color handling */
  
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
  box-sizing: border-box;
}



.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin: 0 !important;
  overflow: visible;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add background color handling */
  
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
  box-sizing: border-box;
}



.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin: 0 !important;
  overflow: visible;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add background color handling */
  
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
  box-sizing: border-box;
}



.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  
}


}@media (max-width: 767px){#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  margin: 0 !important;
  overflow: visible;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add background color handling */
  
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569.shogun-image {
  box-sizing: border-box;
}



.s-49c0a6b3-d91a-4ec7-8b9e-0598a5fe8569 img.shogun-image {
  
}


}
#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-5f7d6099-51ec-487a-9d20-a26202d3012b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
  box-sizing: border-box;
}



.s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  
}


@media (min-width: 1200px){#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-5f7d6099-51ec-487a-9d20-a26202d3012b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
  box-sizing: border-box;
}



.s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-5f7d6099-51ec-487a-9d20-a26202d3012b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
  box-sizing: border-box;
}



.s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-5f7d6099-51ec-487a-9d20-a26202d3012b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
  box-sizing: border-box;
}



.s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  
}


}@media (max-width: 767px){#s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f7d6099-51ec-487a-9d20-a26202d3012b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-5f7d6099-51ec-487a-9d20-a26202d3012b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7d6099-51ec-487a-9d20-a26202d3012b.shogun-image {
  box-sizing: border-box;
}



.s-5f7d6099-51ec-487a-9d20-a26202d3012b img.shogun-image {
  
}


}
#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin: 0 !important;
  overflow: visible;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add background color handling */
  
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
  box-sizing: border-box;
}



.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  
}


@media (min-width: 1200px){#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin: 0 !important;
  overflow: visible;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add background color handling */
  
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
  box-sizing: border-box;
}



.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin: 0 !important;
  overflow: visible;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add background color handling */
  
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
  box-sizing: border-box;
}



.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin: 0 !important;
  overflow: visible;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add background color handling */
  
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
  box-sizing: border-box;
}



.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  
}


}@media (max-width: 767px){#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  margin: 0 !important;
  overflow: visible;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add background color handling */
  
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d.shogun-image {
  box-sizing: border-box;
}



.s-7c3cfdef-9d3e-4aa4-b8f8-993180eedc9d img.shogun-image {
  
}


}
#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin: 0 !important;
  overflow: visible;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add background color handling */
  
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-abc8906b-3acd-4cb0-845f-c0920b35a94d .shogun-image-content {
  
    justify-content: center;
  
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
  box-sizing: border-box;
}



.s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  
}


@media (min-width: 1200px){#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin: 0 !important;
  overflow: visible;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add background color handling */
  
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-abc8906b-3acd-4cb0-845f-c0920b35a94d .shogun-image-content {
  
    justify-content: center;
  
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
  box-sizing: border-box;
}



.s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin: 0 !important;
  overflow: visible;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add background color handling */
  
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-abc8906b-3acd-4cb0-845f-c0920b35a94d .shogun-image-content {
  
    justify-content: center;
  
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
  box-sizing: border-box;
}



.s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin: 0 !important;
  overflow: visible;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add background color handling */
  
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-abc8906b-3acd-4cb0-845f-c0920b35a94d .shogun-image-content {
  
    justify-content: center;
  
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
  box-sizing: border-box;
}



.s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  
}


}@media (max-width: 767px){#s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  margin: 0 !important;
  overflow: visible;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abc8906b-3acd-4cb0-845f-c0920b35a94d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add background color handling */
  
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-abc8906b-3acd-4cb0-845f-c0920b35a94d .shogun-image-content {
  
    justify-content: center;
  
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc8906b-3acd-4cb0-845f-c0920b35a94d.shogun-image {
  box-sizing: border-box;
}



.s-abc8906b-3acd-4cb0-845f-c0920b35a94d img.shogun-image {
  
}


}
#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
  box-sizing: border-box;
}



.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  
}


@media (min-width: 1200px){#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
  box-sizing: border-box;
}



.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
  box-sizing: border-box;
}



.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
  box-sizing: border-box;
}



.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  
}


}@media (max-width: 767px){#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18f772-8ad7-4aec-a386-c5f48771dfcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18f772-8ad7-4aec-a386-c5f48771dfcd.shogun-image {
  box-sizing: border-box;
}



.s-6f18f772-8ad7-4aec-a386-c5f48771dfcd img.shogun-image {
  
}


}
#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
text-align: center;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
  box-sizing: border-box;
}



.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
  box-sizing: border-box;
}



.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
  box-sizing: border-box;
}



.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
  box-sizing: border-box;
}



.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bff8afa-0ec3-4eef-aaec-c84912721f72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
    
    
    
    max-height: 290px;
  }


.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bff8afa-0ec3-4eef-aaec-c84912721f72.shogun-image {
  box-sizing: border-box;
}



.s-8bff8afa-0ec3-4eef-aaec-c84912721f72 img.shogun-image {
  
}


}
#s-7c973e71-d5af-4cce-98a0-f588d9186a38 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-7c973e71-d5af-4cce-98a0-f588d9186a38 {
  display: none;
}
#s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-content-s-7c973e71-d5af-4cce-98a0-f588d9186a38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c973e71-d5af-4cce-98a0-f588d9186a38 {
  display: none;
}
#s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-content-s-7c973e71-d5af-4cce-98a0-f588d9186a38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c973e71-d5af-4cce-98a0-f588d9186a38 {
  display: none;
}
#s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-content-s-7c973e71-d5af-4cce-98a0-f588d9186a38 { display: none !important; }}@media (max-width: 767px){#s-7c973e71-d5af-4cce-98a0-f588d9186a38 {
  display: none;
}
#s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-s-7c973e71-d5af-4cce-98a0-f588d9186a38, #wrap-content-s-7c973e71-d5af-4cce-98a0-f588d9186a38 { display: none !important; }}
#s-a71b7c30-c71f-4b4c-b17e-bcf1016435e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-a71b7c30-c71f-4b4c-b17e-bcf1016435e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a71b7c30-c71f-4b4c-b17e-bcf1016435e7.shg-box.shg-c {
  justify-content: center;
}

#s-b1989769-0486-4259-8048-204c54faec57 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b1989769-0486-4259-8048-204c54faec57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1989769-0486-4259-8048-204c54faec57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1989769-0486-4259-8048-204c54faec57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1989769-0486-4259-8048-204c54faec57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 719/326;
text-align: center;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }

    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-link {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
  box-sizing: border-box;
}



.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
      --shg-aspect-ratio: calc(719/326); 
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
      position: relative;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }

    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-link {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
  box-sizing: border-box;
}



.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
      --shg-aspect-ratio: calc(719/326); 
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
      position: relative;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }

    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-link {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
  box-sizing: border-box;
}



.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
      --shg-aspect-ratio: calc(719/326); 
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
      position: relative;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }

    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-link {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
  box-sizing: border-box;
}



.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
      --shg-aspect-ratio: calc(719/326); 
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
      position: relative;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }

    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-link {
      aspect-ratio: 719/326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image {
  box-sizing: border-box;
}



.s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 {
      --shg-aspect-ratio: calc(719/326); 
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container {
      position: relative;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d18a3bf-04a3-4623-ba77-d788383a14a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-effd78f8-aa7a-491c-b861-185aa6ed5781 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-effd78f8-aa7a-491c-b861-185aa6ed5781 {
  margin-top: 20px;
margin-left: 4%;
margin-right: 4%;
}
}
#s-effd78f8-aa7a-491c-b861-185aa6ed5781 .shogun-heading-component h2 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-effd78f8-aa7a-491c-b861-185aa6ed5781 .shogun-heading-component h2 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dde618f4-1e27-4049-9332-6ec56b7b02e8 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-dde618f4-1e27-4049-9332-6ec56b7b02e8 {
  margin-left: 4%;
margin-right: 4%;
padding-bottom: 40px;
}
}
#s-f6fd534b-510f-4a4c-be27-6eab625504cc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-f6fd534b-510f-4a4c-be27-6eab625504cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6fd534b-510f-4a4c-be27-6eab625504cc.shg-box.shg-c {
  justify-content: center;
}

#s-281ae965-1cc1-46c1-8594-48174acfa41e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-281ae965-1cc1-46c1-8594-48174acfa41e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8b5dca36-1504-4f80-8b95-cb2bd42c9d1b {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-8b5dca36-1504-4f80-8b95-cb2bd42c9d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b5dca36-1504-4f80-8b95-cb2bd42c9d1b.shg-box.shg-c {
  justify-content: center;
}

#s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6090a7b-f8e0-46f1-9c17-a9d4b2858c0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin: 0 !important;
  overflow: visible;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add background color handling */
  
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
  box-sizing: border-box;
}



.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
      position: relative;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin: 0 !important;
  overflow: visible;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add background color handling */
  
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
  box-sizing: border-box;
}



.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
      position: relative;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin: 0 !important;
  overflow: visible;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add background color handling */
  
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
  box-sizing: border-box;
}



.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
      position: relative;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin: 0 !important;
  overflow: visible;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add background color handling */
  
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
  box-sizing: border-box;
}



.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
      position: relative;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  margin: 0 !important;
  overflow: visible;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add background color handling */
  
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image {
  box-sizing: border-box;
}



.s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container {
      position: relative;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4386c8c3-4ede-45ae-a31a-6fc8923ece94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-350a016e-9946-4edc-b3a8-01b666009fb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-350a016e-9946-4edc-b3a8-01b666009fb8 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
  box-sizing: border-box;
}



.s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
      position: relative;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
  box-sizing: border-box;
}



.s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
      position: relative;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
  box-sizing: border-box;
}



.s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
      position: relative;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
  box-sizing: border-box;
}



.s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
      position: relative;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b17d0cc-0055-4465-9f13-d815a9d44502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image {
  box-sizing: border-box;
}



.s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container {
      position: relative;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b17d0cc-0055-4465-9f13-d815a9d44502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-2f8444ef-db5c-44fd-aad7-cf7b5fdfcfbd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f8444ef-db5c-44fd-aad7-cf7b5fdfcfbd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin: 0 !important;
  overflow: visible;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add background color handling */
  
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
  box-sizing: border-box;
}



.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
      position: relative;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin: 0 !important;
  overflow: visible;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add background color handling */
  
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
  box-sizing: border-box;
}



.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
      position: relative;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin: 0 !important;
  overflow: visible;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add background color handling */
  
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
  box-sizing: border-box;
}



.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
      position: relative;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin: 0 !important;
  overflow: visible;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add background color handling */
  
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
  box-sizing: border-box;
}



.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
      position: relative;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  margin: 0 !important;
  overflow: visible;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add background color handling */
  
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image {
  box-sizing: border-box;
}



.s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container {
      position: relative;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bba3bd51-92cd-4f65-9a85-ac6249f1ce0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-4ac9d2bc-0157-40de-888a-5cdc513e52a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ac9d2bc-0157-40de-888a-5cdc513e52a9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin: 0 !important;
  overflow: visible;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add background color handling */
  
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
  box-sizing: border-box;
}



.s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db221691-881f-4409-b38f-fc94aa48ea1c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
      position: relative;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin: 0 !important;
  overflow: visible;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add background color handling */
  
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
  box-sizing: border-box;
}



.s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db221691-881f-4409-b38f-fc94aa48ea1c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
      position: relative;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin: 0 !important;
  overflow: visible;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add background color handling */
  
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
  box-sizing: border-box;
}



.s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db221691-881f-4409-b38f-fc94aa48ea1c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
      position: relative;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin: 0 !important;
  overflow: visible;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add background color handling */
  
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
  box-sizing: border-box;
}



.s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db221691-881f-4409-b38f-fc94aa48ea1c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
      position: relative;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-db221691-881f-4409-b38f-fc94aa48ea1c {
  margin: 0 !important;
  overflow: visible;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db221691-881f-4409-b38f-fc94aa48ea1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add background color handling */
  
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db221691-881f-4409-b38f-fc94aa48ea1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-db221691-881f-4409-b38f-fc94aa48ea1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image {
  box-sizing: border-box;
}



.s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db221691-881f-4409-b38f-fc94aa48ea1c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container {
      position: relative;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db221691-881f-4409-b38f-fc94aa48ea1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-139bf6ea-d961-4823-9536-170a2e09e825 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-139bf6ea-d961-4823-9536-170a2e09e825 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-81ba2306-805e-494c-8b9e-f77f6cd37dd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-81ba2306-805e-494c-8b9e-f77f6cd37dd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ba2306-805e-494c-8b9e-f77f6cd37dd9.shg-box.shg-c {
  justify-content: center;
}

#s-36617a32-76a5-4add-868a-16b51ecd04d4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-36617a32-76a5-4add-868a-16b51ecd04d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36617a32-76a5-4add-868a-16b51ecd04d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36617a32-76a5-4add-868a-16b51ecd04d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36617a32-76a5-4add-868a-16b51ecd04d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4bf9a0cd-2b1e-4f35-ab17-b2e8b5b74b70 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4bf9a0cd-2b1e-4f35-ab17-b2e8b5b74b70 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-4bf9a0cd-2b1e-4f35-ab17-b2e8b5b74b70 .shogun-heading-component h2 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-4bf9a0cd-2b1e-4f35-ab17-b2e8b5b74b70 .shogun-heading-component h2 {
  color: rgba(251, 101, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-25aaa060-6a5e-4f1e-8c33-28e144e2b542 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-25aaa060-6a5e-4f1e-8c33-28e144e2b542 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 40px;
}
}
#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
  box-sizing: border-box;
}



.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  
}


@media (min-width: 1200px){#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
  box-sizing: border-box;
}



.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
  box-sizing: border-box;
}



.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
  box-sizing: border-box;
}



.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  
}


}@media (max-width: 767px){#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b.shogun-image {
  box-sizing: border-box;
}



.s-5b7dbdfc-4418-4425-b5c4-7c0f7ba7a95b img.shogun-image {
  
}


}
#s-121ed358-3ec9-4f65-afe7-a1f86cf5e8a6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-121ed358-3ec9-4f65-afe7-a1f86cf5e8a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-121ed358-3ec9-4f65-afe7-a1f86cf5e8a6.shg-box.shg-c {
  justify-content: center;
}

#s-a5c3d159-4c35-476a-9e05-2cb660e116c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5c3d159-4c35-476a-9e05-2cb660e116c0 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3bf1835c-8e76-4dbe-9185-e78199ff083a {
  margin-left: auto;
margin-right: auto;
}

#s-ab364337-2366-4b35-8452-bd87c80c7c6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ab364337-2366-4b35-8452-bd87c80c7c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab364337-2366-4b35-8452-bd87c80c7c6f.shg-box.shg-c {
  justify-content: center;
}

#s-34c2a476-b44f-4e83-a656-2ee880f2ee70 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-34c2a476-b44f-4e83-a656-2ee880f2ee70"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-34c2a476-b44f-4e83-a656-2ee880f2ee70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-34c2a476-b44f-4e83-a656-2ee880f2ee70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-34c2a476-b44f-4e83-a656-2ee880f2ee70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1a5d055a-2e3d-4168-acc1-ef01489f0d43 {
  margin-left: auto;
margin-right: auto;
}

#s-9bae02bf-9360-48ba-a023-82a9e4726388 {
  margin-left: auto;
margin-right: auto;
}

#s-a524327f-e44c-4dc6-8853-92b5dfe3e9eb {
  margin-left: auto;
margin-right: auto;
}

#s-12a016cd-9ee0-4376-80d5-f3c427ef52a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
}








#s-12a016cd-9ee0-4376-80d5-f3c427ef52a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12a016cd-9ee0-4376-80d5-f3c427ef52a5.shg-box.shg-c {
  justify-content: center;
}

#s-19a12817-3022-4fd6-b308-ad3532707217 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (max-width: 767px){#s-19a12817-3022-4fd6-b308-ad3532707217 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-19a12817-3022-4fd6-b308-ad3532707217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a12817-3022-4fd6-b308-ad3532707217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19a12817-3022-4fd6-b308-ad3532707217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a12817-3022-4fd6-b308-ad3532707217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin: 0 !important;
  overflow: visible;
}

#s-292734d1-b66f-4692-b704-8da31e45e467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add background color handling */
  
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-292734d1-b66f-4692-b704-8da31e45e467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
  box-sizing: border-box;
}



.s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  
}


@media (min-width: 1200px){#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin: 0 !important;
  overflow: visible;
}

#s-292734d1-b66f-4692-b704-8da31e45e467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add background color handling */
  
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-292734d1-b66f-4692-b704-8da31e45e467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
  box-sizing: border-box;
}



.s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin: 0 !important;
  overflow: visible;
}

#s-292734d1-b66f-4692-b704-8da31e45e467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add background color handling */
  
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-292734d1-b66f-4692-b704-8da31e45e467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
  box-sizing: border-box;
}



.s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin: 0 !important;
  overflow: visible;
}

#s-292734d1-b66f-4692-b704-8da31e45e467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add background color handling */
  
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-292734d1-b66f-4692-b704-8da31e45e467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
  box-sizing: border-box;
}



.s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  
}


}@media (max-width: 767px){#s-292734d1-b66f-4692-b704-8da31e45e467 {
  margin: 0 !important;
  overflow: visible;
}

#s-292734d1-b66f-4692-b704-8da31e45e467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-292734d1-b66f-4692-b704-8da31e45e467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add background color handling */
  
}

#s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-292734d1-b66f-4692-b704-8da31e45e467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-292734d1-b66f-4692-b704-8da31e45e467.shogun-image {
  box-sizing: border-box;
}



.s-292734d1-b66f-4692-b704-8da31e45e467 img.shogun-image {
  
}


}
#s-c02c7d78-1410-49dd-b2e9-e2df5325a62e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c02c7d78-1410-49dd-b2e9-e2df5325a62e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c02c7d78-1410-49dd-b2e9-e2df5325a62e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-c02c7d78-1410-49dd-b2e9-e2df5325a62e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-85ff4ef8-0e47-499c-8aa2-ea2e2916c7f2 {
  margin-left: auto;
margin-right: auto;
}

#s-0769c019-0f80-4794-8ace-40ef7cbb675b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-101cf544-0125-4aee-b032-35508859f97f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-46f1b041-11d7-4530-b5bd-986fa8b7ff74 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-49ae50e7-f2b5-46c4-8e03-d2ad8cd22a34 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-56d407f2-b2ac-4e9a-8edd-3120789d36eb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-11025900-12b9-471a-8ec2-2406274bb7ed {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
border-radius: 8px;
background-color: rgba(251, 101, 8, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-11025900-12b9-471a-8ec2-2406274bb7ed:hover {background-color: rgba(33, 33, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11025900-12b9-471a-8ec2-2406274bb7ed:active {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: rgba(136, 136, 136, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-11025900-12b9-471a-8ec2-2406274bb7ed-root {
    text-align: left;
  }


#s-11025900-12b9-471a-8ec2-2406274bb7ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11025900-12b9-471a-8ec2-2406274bb7ed-root {
    text-align: left;
  }


#s-11025900-12b9-471a-8ec2-2406274bb7ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11025900-12b9-471a-8ec2-2406274bb7ed-root {
    text-align: left;
  }


#s-11025900-12b9-471a-8ec2-2406274bb7ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11025900-12b9-471a-8ec2-2406274bb7ed-root {
    text-align: left;
  }


#s-11025900-12b9-471a-8ec2-2406274bb7ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11025900-12b9-471a-8ec2-2406274bb7ed-root {
    text-align: left;
  }


#s-11025900-12b9-471a-8ec2-2406274bb7ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-a8194583-6bf5-456d-a89d-1577227c9a3c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a8194583-6bf5-456d-a89d-1577227c9a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8194583-6bf5-456d-a89d-1577227c9a3c.shg-box.shg-c {
  justify-content: center;
}

#s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba {
  margin-left: auto;
margin-right: auto;
max-width: 55%;
}
@media (max-width: 767px){#s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e254b0a-90bc-4bc0-8059-c6bd8cb37cba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin-left: auto;
margin-right: auto;
max-width: 5267px;
text-align: left;
}
@media (min-width: 1200px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  display: none;
}
#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-content-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  display: none;
}
#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-content-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  display: none;
}
#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245, #wrap-content-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 { display: none !important; }}@media (max-width: 767px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin-top: 20px;
}
}
#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin: 0 !important;
  overflow: visible;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add background color handling */
  
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
    
    
    
    max-height: 5267px;
  }


.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
  box-sizing: border-box;
}



.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  
}


@media (min-width: 1200px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin: 0 !important;
  overflow: visible;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add background color handling */
  
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
    
    
    
    max-height: 5267px;
  }


.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
  box-sizing: border-box;
}



.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin: 0 !important;
  overflow: visible;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add background color handling */
  
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
    
    
    
    max-height: 5267px;
  }


.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
  box-sizing: border-box;
}



.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin: 0 !important;
  overflow: visible;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add background color handling */
  
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
    
    
    
    max-height: 5267px;
  }


.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
  box-sizing: border-box;
}



.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  
}


}@media (max-width: 767px){#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  margin: 0 !important;
  overflow: visible;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add background color handling */
  
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
    
    
    
    max-height: 5267px;
  }


.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521cd9d0-c1c7-4015-a58d-a1cf6d212245.shogun-image {
  box-sizing: border-box;
}



.s-521cd9d0-c1c7-4015-a58d-a1cf6d212245 img.shogun-image {
  
}


}
#s-0732bfa9-801b-4da5-a28a-12cb862ac22d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0732bfa9-801b-4da5-a28a-12cb862ac22d {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-0732bfa9-801b-4da5-a28a-12cb862ac22d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-0732bfa9-801b-4da5-a28a-12cb862ac22d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-fa9da90a-ffc6-44ca-b1a9-3d6b55867aea {
  margin-left: auto;
margin-right: auto;
}

#s-c9f2df0c-ed5e-4189-939c-f2939f179db1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-babf35d9-f604-4cf4-87b5-7351dd4be5ec {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aae90bda-6839-4f44-b1c0-40d1bee83789 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-4f8e89d3-1edb-4c3e-93f5-0fb9ec2c13fa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-3a085195-191e-45f6-8be4-207276b5b49d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-10ce51c3-2c55-43ee-b004-b22962967fdf {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
border-radius: 8px;
background-color: rgba(251, 101, 8, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-10ce51c3-2c55-43ee-b004-b22962967fdf:hover {background-color: rgba(33, 33, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10ce51c3-2c55-43ee-b004-b22962967fdf:active {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: rgba(136, 136, 136, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-10ce51c3-2c55-43ee-b004-b22962967fdf-root {
    text-align: left;
  }


#s-10ce51c3-2c55-43ee-b004-b22962967fdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10ce51c3-2c55-43ee-b004-b22962967fdf-root {
    text-align: left;
  }


#s-10ce51c3-2c55-43ee-b004-b22962967fdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10ce51c3-2c55-43ee-b004-b22962967fdf-root {
    text-align: left;
  }


#s-10ce51c3-2c55-43ee-b004-b22962967fdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10ce51c3-2c55-43ee-b004-b22962967fdf-root {
    text-align: left;
  }


#s-10ce51c3-2c55-43ee-b004-b22962967fdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10ce51c3-2c55-43ee-b004-b22962967fdf-root {
    text-align: left;
  }


#s-10ce51c3-2c55-43ee-b004-b22962967fdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: left;
}
@media (max-width: 767px){#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  display: none;
}
#s-8104e913-b63f-4448-b68f-1dc2dc330ef6, #wrap-s-8104e913-b63f-4448-b68f-1dc2dc330ef6, #wrap-content-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 { display: none !important; }}
#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
  box-sizing: border-box;
}



.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
  box-sizing: border-box;
}



.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
  box-sizing: border-box;
}



.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
  box-sizing: border-box;
}



.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8104e913-b63f-4448-b68f-1dc2dc330ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8104e913-b63f-4448-b68f-1dc2dc330ef6.shogun-image {
  box-sizing: border-box;
}



.s-8104e913-b63f-4448-b68f-1dc2dc330ef6 img.shogun-image {
  
}


}
#s-694cef9e-4460-4026-8613-32d7ea7c1e0d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-694cef9e-4460-4026-8613-32d7ea7c1e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-694cef9e-4460-4026-8613-32d7ea7c1e0d.shg-box.shg-c {
  justify-content: center;
}

#s-b18a1045-1921-4c2b-b939-4e868afcd355 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (max-width: 767px){#s-b18a1045-1921-4c2b-b939-4e868afcd355 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-b18a1045-1921-4c2b-b939-4e868afcd355"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b18a1045-1921-4c2b-b939-4e868afcd355"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b18a1045-1921-4c2b-b939-4e868afcd355"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b18a1045-1921-4c2b-b939-4e868afcd355"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin-top: 20px;
}
}
#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0680214c-f145-47b3-8bf6-f2652488e3bc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
  box-sizing: border-box;
}



.s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  
}


@media (min-width: 1200px){#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0680214c-f145-47b3-8bf6-f2652488e3bc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
  box-sizing: border-box;
}



.s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0680214c-f145-47b3-8bf6-f2652488e3bc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
  box-sizing: border-box;
}



.s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0680214c-f145-47b3-8bf6-f2652488e3bc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
  box-sizing: border-box;
}



.s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  
}


}@media (max-width: 767px){#s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  margin: 0 !important;
  overflow: visible;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0680214c-f145-47b3-8bf6-f2652488e3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add background color handling */
  
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0680214c-f145-47b3-8bf6-f2652488e3bc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0680214c-f145-47b3-8bf6-f2652488e3bc.shogun-image {
  box-sizing: border-box;
}



.s-0680214c-f145-47b3-8bf6-f2652488e3bc img.shogun-image {
  
}


}
#s-fddd3244-7610-4b11-bd0a-1457d51f327c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fddd3244-7610-4b11-bd0a-1457d51f327c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-fddd3244-7610-4b11-bd0a-1457d51f327c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-fddd3244-7610-4b11-bd0a-1457d51f327c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-cf0b602b-1c78-4123-b1fb-937a5c150aec {
  margin-left: auto;
margin-right: auto;
}

#s-94d6160d-ba9b-4610-a3b5-7efe90a0486f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-222d6209-28ff-4534-af33-68945cc047b4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3c3262de-c29d-4ac3-8c3c-08136213ef96 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-9db41e7d-4184-49ea-811b-63077db9401b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
border-radius: 8px;
background-color: rgba(251, 101, 8, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030:hover {background-color: rgba(33, 33, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030:active {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: rgba(136, 136, 136, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030-root {
    text-align: left;
  }


#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030-root {
    text-align: left;
  }


#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030-root {
    text-align: left;
  }


#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030-root {
    text-align: left;
  }


#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030-root {
    text-align: left;
  }


#s-d70b9ebd-6f80-4be6-89fb-bfc645bfb030.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1df10101-d72e-453b-8bce-4364f5f60d77 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-1df10101-d72e-453b-8bce-4364f5f60d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
  display: block;
}#s-1df10101-d72e-453b-8bce-4364f5f60d77.shg-box.shg-c {
  justify-content: center;
}

#s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8 {
  margin-left: auto;
margin-right: auto;
max-width: 55%;
}
@media (max-width: 767px){#s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12baab1f-d469-4c1c-94a8-8f8e364aa3e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin-left: auto;
margin-right: auto;
max-width: 2460px;
text-align: center;
}
@media (min-width: 1200px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  display: none;
}
#s-8faa02e1-b437-41de-bf0f-bf892427f20e, #wrap-s-8faa02e1-b437-41de-bf0f-bf892427f20e, #wrap-content-s-8faa02e1-b437-41de-bf0f-bf892427f20e { display: none !important; }}@media (max-width: 767px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin-top: 20px;
}
}
#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin: 0 !important;
  overflow: visible;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add background color handling */
  
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
    
    
    
    max-height: 2460px;
  }


.s-8faa02e1-b437-41de-bf0f-bf892427f20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
  box-sizing: border-box;
}



.s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  
}


@media (min-width: 1200px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin: 0 !important;
  overflow: visible;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add background color handling */
  
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
    
    
    
    max-height: 2460px;
  }


.s-8faa02e1-b437-41de-bf0f-bf892427f20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
  box-sizing: border-box;
}



.s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin: 0 !important;
  overflow: visible;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add background color handling */
  
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
    
    
    
    max-height: 2460px;
  }


.s-8faa02e1-b437-41de-bf0f-bf892427f20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
  box-sizing: border-box;
}



.s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin: 0 !important;
  overflow: visible;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add background color handling */
  
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
    
    
    
    max-height: 2460px;
  }


.s-8faa02e1-b437-41de-bf0f-bf892427f20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
  box-sizing: border-box;
}



.s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  
}


}@media (max-width: 767px){#s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  margin: 0 !important;
  overflow: visible;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8faa02e1-b437-41de-bf0f-bf892427f20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add background color handling */
  
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
    
    
    
    max-height: 2460px;
  }


.s-8faa02e1-b437-41de-bf0f-bf892427f20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8faa02e1-b437-41de-bf0f-bf892427f20e.shogun-image {
  box-sizing: border-box;
}



.s-8faa02e1-b437-41de-bf0f-bf892427f20e img.shogun-image {
  
}


}
#s-51b597a5-d070-493a-97fb-ba86db86e443 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-51b597a5-d070-493a-97fb-ba86db86e443 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-51b597a5-d070-493a-97fb-ba86db86e443 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-51b597a5-d070-493a-97fb-ba86db86e443 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-aeceac13-6d90-4c95-aca7-26afc81f3633 {
  margin-left: auto;
margin-right: auto;
}

#s-e4654fcf-8f20-439c-8140-974573e524a6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-1e126075-0303-4482-be7a-a0e0158b4165 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1488e01b-6674-454b-a85c-0a8f48345618 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-943c9985-b763-47ee-a104-91014ae6a926 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-e639c4cd-c100-462d-8da5-768e073388df {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
border-radius: 8px;
background-color: rgba(251, 101, 8, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-e639c4cd-c100-462d-8da5-768e073388df:hover {background-color: rgba(33, 33, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e639c4cd-c100-462d-8da5-768e073388df:active {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: rgba(136, 136, 136, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e639c4cd-c100-462d-8da5-768e073388df-root {
    text-align: left;
  }


#s-e639c4cd-c100-462d-8da5-768e073388df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e639c4cd-c100-462d-8da5-768e073388df-root {
    text-align: left;
  }


#s-e639c4cd-c100-462d-8da5-768e073388df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e639c4cd-c100-462d-8da5-768e073388df-root {
    text-align: left;
  }


#s-e639c4cd-c100-462d-8da5-768e073388df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e639c4cd-c100-462d-8da5-768e073388df-root {
    text-align: left;
  }


#s-e639c4cd-c100-462d-8da5-768e073388df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e639c4cd-c100-462d-8da5-768e073388df-root {
    text-align: left;
  }


#s-e639c4cd-c100-462d-8da5-768e073388df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin-left: auto;
margin-right: auto;
max-width: 2466px;
text-align: center;
}
@media (max-width: 767px){#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  display: none;
}
#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff, #wrap-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff, #wrap-content-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff { display: none !important; }}
#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin: 0 !important;
  overflow: visible;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add background color handling */
  
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
    
    
    
    max-height: 2466px;
  }


.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
  box-sizing: border-box;
}



.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  
}


@media (min-width: 1200px){#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin: 0 !important;
  overflow: visible;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add background color handling */
  
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
    
    
    
    max-height: 2466px;
  }


.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
  box-sizing: border-box;
}



.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin: 0 !important;
  overflow: visible;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add background color handling */
  
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
    
    
    
    max-height: 2466px;
  }


.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
  box-sizing: border-box;
}



.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin: 0 !important;
  overflow: visible;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add background color handling */
  
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
    
    
    
    max-height: 2466px;
  }


.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
  box-sizing: border-box;
}



.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  
}


}@media (max-width: 767px){#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  margin: 0 !important;
  overflow: visible;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-812c0b36-bb63-4cf2-86a2-34a5308a06ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add background color handling */
  
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
    
    
    
    max-height: 2466px;
  }


.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812c0b36-bb63-4cf2-86a2-34a5308a06ff.shogun-image {
  box-sizing: border-box;
}



.s-812c0b36-bb63-4cf2-86a2-34a5308a06ff img.shogun-image {
  
}


}
#s-daa2faff-e060-4a41-83a0-3abca8fd252f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-daa2faff-e060-4a41-83a0-3abca8fd252f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daa2faff-e060-4a41-83a0-3abca8fd252f.shg-box.shg-c {
  justify-content: center;
}

#s-ac8ba713-db5b-4295-8687-8692911b7b5d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(251, 101, 8, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac8ba713-db5b-4295-8687-8692911b7b5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac8ba713-db5b-4295-8687-8692911b7b5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac8ba713-db5b-4295-8687-8692911b7b5d-root {
    text-align: center;
  }


#s-ac8ba713-db5b-4295-8687-8692911b7b5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac8ba713-db5b-4295-8687-8692911b7b5d-root {
    text-align: center;
  }


#s-ac8ba713-db5b-4295-8687-8692911b7b5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac8ba713-db5b-4295-8687-8692911b7b5d-root {
    text-align: center;
  }


#s-ac8ba713-db5b-4295-8687-8692911b7b5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac8ba713-db5b-4295-8687-8692911b7b5d-root {
    text-align: center;
  }


#s-ac8ba713-db5b-4295-8687-8692911b7b5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac8ba713-db5b-4295-8687-8692911b7b5d-root {
    text-align: center;
  }


#s-ac8ba713-db5b-4295-8687-8692911b7b5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-772802b4-47ec-4f9d-aa13-fd6421f96f81 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
}








#s-772802b4-47ec-4f9d-aa13-fd6421f96f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
  display: block;
}#s-772802b4-47ec-4f9d-aa13-fd6421f96f81.shg-box.shg-c {
  justify-content: center;
}

#s-f67a7045-74b7-481f-8a4b-34aeb373695c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f67a7045-74b7-481f-8a4b-34aeb373695c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2da0d6e9-4c4b-4683-b2d6-f33c5fae8869 {
  margin-left: auto;
margin-right: auto;
}

#s-99ba5633-e1d3-4cdc-b4f8-ed7d80aa69dd {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}
@media (max-width: 767px){#s-99ba5633-e1d3-4cdc-b4f8-ed7d80aa69dd {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-05276800-10c6-40de-acea-18b534192ade {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(251, 101, 8, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05276800-10c6-40de-acea-18b534192ade:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05276800-10c6-40de-acea-18b534192ade:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-05276800-10c6-40de-acea-18b534192ade {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-05276800-10c6-40de-acea-18b534192ade {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-05276800-10c6-40de-acea-18b534192ade-root {
    text-align: center;
  }


#s-05276800-10c6-40de-acea-18b534192ade.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05276800-10c6-40de-acea-18b534192ade-root {
    text-align: center;
  }


#s-05276800-10c6-40de-acea-18b534192ade.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05276800-10c6-40de-acea-18b534192ade-root {
    text-align: center;
  }


#s-05276800-10c6-40de-acea-18b534192ade.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05276800-10c6-40de-acea-18b534192ade-root {
    text-align: center;
  }


#s-05276800-10c6-40de-acea-18b534192ade.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05276800-10c6-40de-acea-18b534192ade-root {
    text-align: center;
  }


#s-05276800-10c6-40de-acea-18b534192ade.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-0ecec12c-a8e4-4e09-a70b-830ba51cacd9 {
  margin-left: auto;
margin-right: auto;
}

#s-d90844b4-3a23-4838-bc36-c76f634a95ca {
  margin-left: auto;
margin-right: auto;
}

#s-75d7c565-2778-41d7-a6fb-49c30ac47755 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-75d7c565-2778-41d7-a6fb-49c30ac47755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d7c565-2778-41d7-a6fb-49c30ac47755"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75d7c565-2778-41d7-a6fb-49c30ac47755"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d7c565-2778-41d7-a6fb-49c30ac47755"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db19a5e1-ac5b-4e92-acbd-19d02fe254cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-db19a5e1-ac5b-4e92-acbd-19d02fe254cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db19a5e1-ac5b-4e92-acbd-19d02fe254cd.shg-box.shg-c {
  justify-content: center;
}

#s-4e92271f-3913-4826-8b6d-dac4ba6ee480 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 237, 226, 1);
}

#s-4e92271f-3913-4826-8b6d-dac4ba6ee480 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-57974ff6-0fdd-426e-b9c2-1e0285b503d0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-57974ff6-0fdd-426e-b9c2-1e0285b503d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57974ff6-0fdd-426e-b9c2-1e0285b503d0.shg-box.shg-c {
  justify-content: center;
}

#s-47f427d4-03d9-4212-a118-37911cc92674 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-47f427d4-03d9-4212-a118-37911cc92674 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-47f427d4-03d9-4212-a118-37911cc92674"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47f427d4-03d9-4212-a118-37911cc92674"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-47f427d4-03d9-4212-a118-37911cc92674"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-47f427d4-03d9-4212-a118-37911cc92674"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
  box-sizing: border-box;
}



.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
      position: relative;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
  box-sizing: border-box;
}



.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
      position: relative;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
  box-sizing: border-box;
}



.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
      position: relative;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
  box-sizing: border-box;
}



.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
      position: relative;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image {
  box-sizing: border-box;
}



.s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container {
      position: relative;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d6ab88-c4eb-429f-9019-d9a3566bbc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-705e95fb-ba4e-4492-b61c-3a29340f03fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705e95fb-ba4e-4492-b61c-3a29340f03fc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin: 0 !important;
  overflow: visible;
}

#s-596d0429-79e3-4550-ac40-8a505100157c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add background color handling */
  
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-content {
  
    justify-content: center;
  
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
  box-sizing: border-box;
}



.s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-596d0429-79e3-4550-ac40-8a505100157c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
      position: relative;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin: 0 !important;
  overflow: visible;
}

#s-596d0429-79e3-4550-ac40-8a505100157c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add background color handling */
  
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-content {
  
    justify-content: center;
  
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
  box-sizing: border-box;
}



.s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-596d0429-79e3-4550-ac40-8a505100157c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
      position: relative;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin: 0 !important;
  overflow: visible;
}

#s-596d0429-79e3-4550-ac40-8a505100157c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add background color handling */
  
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-content {
  
    justify-content: center;
  
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
  box-sizing: border-box;
}



.s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-596d0429-79e3-4550-ac40-8a505100157c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
      position: relative;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin: 0 !important;
  overflow: visible;
}

#s-596d0429-79e3-4550-ac40-8a505100157c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add background color handling */
  
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-content {
  
    justify-content: center;
  
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
  box-sizing: border-box;
}



.s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-596d0429-79e3-4550-ac40-8a505100157c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
      position: relative;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-596d0429-79e3-4550-ac40-8a505100157c {
  margin: 0 !important;
  overflow: visible;
}

#s-596d0429-79e3-4550-ac40-8a505100157c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596d0429-79e3-4550-ac40-8a505100157c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add background color handling */
  
}

#s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-596d0429-79e3-4550-ac40-8a505100157c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-596d0429-79e3-4550-ac40-8a505100157c .shogun-image-content {
  
    justify-content: center;
  
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image {
  box-sizing: border-box;
}



.s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-596d0429-79e3-4550-ac40-8a505100157c {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container {
      position: relative;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-596d0429-79e3-4550-ac40-8a505100157c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-97a02a0e-5081-4884-815f-8b8596f097ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97a02a0e-5081-4884-815f-8b8596f097ce .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin: 0 !important;
  overflow: visible;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add background color handling */
  
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
  box-sizing: border-box;
}



.s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-541c074a-85e1-424d-bece-8a6bd2299527 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
      position: relative;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin: 0 !important;
  overflow: visible;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add background color handling */
  
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
  box-sizing: border-box;
}



.s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-541c074a-85e1-424d-bece-8a6bd2299527 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
      position: relative;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin: 0 !important;
  overflow: visible;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add background color handling */
  
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
  box-sizing: border-box;
}



.s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-541c074a-85e1-424d-bece-8a6bd2299527 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
      position: relative;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin: 0 !important;
  overflow: visible;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add background color handling */
  
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
  box-sizing: border-box;
}



.s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-541c074a-85e1-424d-bece-8a6bd2299527 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
      position: relative;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-541c074a-85e1-424d-bece-8a6bd2299527 {
  margin: 0 !important;
  overflow: visible;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-541c074a-85e1-424d-bece-8a6bd2299527 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add background color handling */
  
}

#s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-541c074a-85e1-424d-bece-8a6bd2299527 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-541c074a-85e1-424d-bece-8a6bd2299527 .shogun-image-content {
  
    justify-content: center;
  
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shg-align-container {
  display: flex;
  justify-content: center
}

.s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image {
  box-sizing: border-box;
}



.s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-541c074a-85e1-424d-bece-8a6bd2299527 {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container {
      position: relative;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-541c074a-85e1-424d-bece-8a6bd2299527 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-0791787c-b74f-496d-9d9b-fc519c282362 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0791787c-b74f-496d-9d9b-fc519c282362 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 307/201;
text-align: center;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
  box-sizing: border-box;
}



.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
      position: relative;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
  box-sizing: border-box;
}



.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
      position: relative;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
  box-sizing: border-box;
}



.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
      position: relative;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
  box-sizing: border-box;
}



.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
      position: relative;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }

    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-link {
      aspect-ratio: 307/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image {
  box-sizing: border-box;
}



.s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b {
      --shg-aspect-ratio: calc(307/201); 
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container {
      position: relative;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0aa9ab3-b27e-477b-8285-71f39b436a9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-8a172118-1f29-4eb9-8421-9c103d5357df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a172118-1f29-4eb9-8421-9c103d5357df .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ad62eef1-f47b-4e12-b661-3a0e09ca35ea {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ad62eef1-f47b-4e12-b661-3a0e09ca35ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad62eef1-f47b-4e12-b661-3a0e09ca35ea.shg-box.shg-c {
  justify-content: center;
}

#s-080b9243-a7b0-4a22-9a07-62780ce0b6bf {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (max-width: 767px){#s-080b9243-a7b0-4a22-9a07-62780ce0b6bf {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-080b9243-a7b0-4a22-9a07-62780ce0b6bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-080b9243-a7b0-4a22-9a07-62780ce0b6bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-080b9243-a7b0-4a22-9a07-62780ce0b6bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-080b9243-a7b0-4a22-9a07-62780ce0b6bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin-left: auto;
margin-right: auto;
max-width: 5333px;
text-align: center;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
    
    
    
    max-height: 5333px;
  }


.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
  box-sizing: border-box;
}



.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
    
    
    
    max-height: 5333px;
  }


.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
  box-sizing: border-box;
}



.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
    
    
    
    max-height: 5333px;
  }


.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
  box-sizing: border-box;
}



.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
    
    
    
    max-height: 5333px;
  }


.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
  box-sizing: border-box;
}



.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
    
    
    
    max-height: 5333px;
  }


.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde171fa-d6d3-4157-844c-af71d8d8e6e2.shogun-image {
  box-sizing: border-box;
}



.s-bde171fa-d6d3-4157-844c-af71d8d8e6e2 img.shogun-image {
  
}


}
#s-1c84adaa-531b-45dc-8dfd-016bd02bdb35 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c84adaa-531b-45dc-8dfd-016bd02bdb35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-1c84adaa-531b-45dc-8dfd-016bd02bdb35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-dee27266-d7e2-4c5e-8579-fd90ad5d11fb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-2668f02b-aa59-4949-8e6c-0182e8a7931f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-a0499b6f-58ae-4680-936f-8d36f3008681 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-a0499b6f-58ae-4680-936f-8d36f3008681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0499b6f-58ae-4680-936f-8d36f3008681.shg-box.shg-c {
  justify-content: center;
}

#s-ea876799-7f5e-4e98-aad3-332cd0be287a {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-ea876799-7f5e-4e98-aad3-332cd0be287a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ea876799-7f5e-4e98-aad3-332cd0be287a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ea876799-7f5e-4e98-aad3-332cd0be287a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea876799-7f5e-4e98-aad3-332cd0be287a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin: 0 !important;
  overflow: visible;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add background color handling */
  
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
  box-sizing: border-box;
}



.s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ae27518-33eb-445a-940b-63a20a57bf9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
      position: relative;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

@media (min-width: 1200px){#s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin: 0 !important;
  overflow: visible;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add background color handling */
  
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
  box-sizing: border-box;
}



.s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ae27518-33eb-445a-940b-63a20a57bf9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
      position: relative;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f 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-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin: 0 !important;
  overflow: visible;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add background color handling */
  
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
  box-sizing: border-box;
}



.s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ae27518-33eb-445a-940b-63a20a57bf9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
      position: relative;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f 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-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin: 0 !important;
  overflow: visible;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add background color handling */
  
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
  box-sizing: border-box;
}



.s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ae27518-33eb-445a-940b-63a20a57bf9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
      position: relative;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (max-width: 767px){#s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  margin: 0 !important;
  overflow: visible;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ae27518-33eb-445a-940b-63a20a57bf9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add background color handling */
  
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae27518-33eb-445a-940b-63a20a57bf9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-6ae27518-33eb-445a-940b-63a20a57bf9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image {
  box-sizing: border-box;
}



.s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ae27518-33eb-445a-940b-63a20a57bf9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container {
      position: relative;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae27518-33eb-445a-940b-63a20a57bf9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}
#s-2b1cac9f-34fc-4a39-a8e0-18396c719279 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b1cac9f-34fc-4a39-a8e0-18396c719279 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-15d925b6-631f-4d4c-9456-b0b9c507ff0e {
  margin-left: auto;
margin-right: auto;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin: 0 !important;
  overflow: visible;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add background color handling */
  
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
  box-sizing: border-box;
}



.s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
      position: relative;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

@media (min-width: 1200px){#s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin: 0 !important;
  overflow: visible;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add background color handling */
  
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
  box-sizing: border-box;
}



.s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
      position: relative;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 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-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin: 0 !important;
  overflow: visible;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add background color handling */
  
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
  box-sizing: border-box;
}



.s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
      position: relative;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 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-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin: 0 !important;
  overflow: visible;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add background color handling */
  
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
  box-sizing: border-box;
}



.s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
      position: relative;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (max-width: 767px){#s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  margin: 0 !important;
  overflow: visible;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add background color handling */
  
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-a44029b8-27c5-440e-a8e3-25afa06f0418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image {
  box-sizing: border-box;
}



.s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container {
      position: relative;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44029b8-27c5-440e-a8e3-25afa06f0418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}
#s-e4e33498-0c41-4b51-90ac-4946f8004210 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4e33498-0c41-4b51-90ac-4946f8004210 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dbe95e37-a578-4c17-819b-605033a33918 {
  margin-left: auto;
margin-right: auto;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
aspect-ratio: 104/107;
text-align: center;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin: 0 !important;
  overflow: visible;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add background color handling */
  
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
  box-sizing: border-box;
}



.s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
      position: relative;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

@media (min-width: 1200px){#s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin: 0 !important;
  overflow: visible;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add background color handling */
  
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
  box-sizing: border-box;
}



.s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
      position: relative;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 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-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin: 0 !important;
  overflow: visible;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add background color handling */
  
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
  box-sizing: border-box;
}



.s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
      position: relative;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 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-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin: 0 !important;
  overflow: visible;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add background color handling */
  
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
  box-sizing: border-box;
}



.s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
      position: relative;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (max-width: 767px){#s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  margin: 0 !important;
  overflow: visible;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add background color handling */
  
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-47e994f8-2a37-4213-a5e3-b772bc56b686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image {
  box-sizing: border-box;
}



.s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container {
      position: relative;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47e994f8-2a37-4213-a5e3-b772bc56b686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}
#s-97ee5770-07e5-44f6-9ed5-8f17b18e2875 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ee5770-07e5-44f6-9ed5-8f17b18e2875 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3704289e-4472-4b13-a99c-d8868ee189e8 {
  margin-left: auto;
margin-right: auto;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
aspect-ratio: 104/107;
text-align: center;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
  box-sizing: border-box;
}



.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
      position: relative;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

@media (min-width: 1200px){#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
  box-sizing: border-box;
}



.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
      position: relative;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 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-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
  box-sizing: border-box;
}



.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
      position: relative;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 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-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
  box-sizing: border-box;
}



.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
      position: relative;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}@media (max-width: 767px){#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }

    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-link {
      aspect-ratio: 104/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 104px;
  }



  img.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
    
    
    
    max-height: 104px;
  }


.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image {
  box-sizing: border-box;
}



.s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 {
      --shg-aspect-ratio: calc(104/107); 
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container {
      position: relative;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ed31500-c33f-40d0-a6a4-db38db2873b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 104px;
    }
  }

}
#s-8d1e0dd6-ccd5-4e4e-915a-f5a656d1da16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d1e0dd6-ccd5-4e4e-915a-f5a656d1da16 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-80c48fee-a8f9-46f8-a632-95f4092136d7 {
  margin-left: auto;
margin-right: auto;
}

#s-892f34d3-1dd9-4c86-9856-b94e56ad04ed {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-892f34d3-1dd9-4c86-9856-b94e56ad04ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-892f34d3-1dd9-4c86-9856-b94e56ad04ed.shg-box.shg-c {
  justify-content: center;
}

#s-010dddcc-a0fe-4180-9896-19b430ff563f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-010dddcc-a0fe-4180-9896-19b430ff563f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-686ab7c8-308b-4411-afb3-ea5f9602780a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-686ab7c8-308b-4411-afb3-ea5f9602780a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-686ab7c8-308b-4411-afb3-ea5f9602780a.shg-box.shg-c {
  justify-content: center;
}

#s-226bf2bd-1ed8-4340-9df0-12cdff510e47 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-226bf2bd-1ed8-4340-9df0-12cdff510e47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-226bf2bd-1ed8-4340-9df0-12cdff510e47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-226bf2bd-1ed8-4340-9df0-12cdff510e47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-226bf2bd-1ed8-4340-9df0-12cdff510e47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-e3006d21-2df8-4bd2-a18c-1bc44b229d09 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e3006d21-2df8-4bd2-a18c-1bc44b229d09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2d1e991c-2f63-46cd-8a95-1f6c5df04af0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e053fcd2-d4f0-4a8c-b394-11866deda2f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3acc805b-50f9-40df-afad-9f5f1d21bfe9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(251, 251, 251, 1);
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(251, 251, 251, 1);
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3f33c3b8-1613-42ac-bcbd-4bdb27071796 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7ad15040-a6f3-4943-8704-b3bedb22be67 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6d6c5e1d-12e4-4051-b5aa-efafaa3340af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-51b1e15e-af7b-445c-bc69-80ae30f9a108 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7876ad94-d06f-45e4-9612-fcd2ef6e7568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5b378647-5d99-4d96-be1c-b29c81e67d4f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0bed623a-fa5d-4ade-9004-5cd04449a1dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6ee6a614-f477-4c62-8359-9bb6e1364218 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0ea60c44-f66f-4b56-bbd0-ef331dfbaa19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-63994fca-4288-4157-8219-9e3c1a2ef8f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f3c33410-9f7e-4f6b-bf06-24830d8dda7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-95de86bb-8b78-45aa-af7a-1ea8ebc4a773 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-047a2515-a850-4e7c-bcec-b0aeb59be234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d7efda20-bdee-4b21-8732-9351f18fc056 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1b820bf2-f310-4058-8edb-16f66a212cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cdf1848b-b1f9-4b92-9ad9-274f0a83f2b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-6578e837-7657-4de7-8480-575f8dd69234 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6578e837-7657-4de7-8480-575f8dd69234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-db2ce99b-73ff-4b05-b8dc-750d77958540 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 101, 8, 1);
  padding: 10px;
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b0efbc1f-a9e7-40a9-9695-11cf88bbbfd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-49196aee-6ab9-4421-8d6e-0fafdfadd6df {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-31216523-2ea9-40c1-95f7-375ece4c2335 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-31216523-2ea9-40c1-95f7-375ece4c2335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31216523-2ea9-40c1-95f7-375ece4c2335.shg-box.shg-c {
  justify-content: center;
}

#s-cff2b1d8-7e04-4599-a917-9aaf0f633906 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cff2b1d8-7e04-4599-a917-9aaf0f633906 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin-left: auto;
margin-right: auto;
max-width: 127px;
aspect-ratio: 127/22;
text-align: center;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-link {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 127px;
  }



  img.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
    
    
    
    max-height: 127px;
  }


.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
  box-sizing: border-box;
}



.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
      --shg-aspect-ratio: calc(127/22); 
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
      position: relative;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 127px;
    }
  }

@media (min-width: 1200px){#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-link {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 127px;
  }



  img.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
    
    
    
    max-height: 127px;
  }


.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
  box-sizing: border-box;
}



.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
      --shg-aspect-ratio: calc(127/22); 
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
      position: relative;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 127px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-link {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 127px;
  }



  img.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
    
    
    
    max-height: 127px;
  }


.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
  box-sizing: border-box;
}



.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
      --shg-aspect-ratio: calc(127/22); 
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
      position: relative;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 127px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-link {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 127px;
  }



  img.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
    
    
    
    max-height: 127px;
  }


.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
  box-sizing: border-box;
}



.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
      --shg-aspect-ratio: calc(127/22); 
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
      position: relative;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 127px;
    }
  }

}@media (max-width: 767px){#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-link {
      aspect-ratio: 127/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 127px;
  }



  img.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
    
    
    
    max-height: 127px;
  }


.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image {
  box-sizing: border-box;
}



.s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 {
      --shg-aspect-ratio: calc(127/22); 
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container {
      position: relative;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ce9ba-c3b8-4315-9448-ac36ad8f8b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 127px;
    }
  }

}
#s-ca2efdc5-ab25-45b7-8c63-1b66d151b9b1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 237, 226, 1);
}








#s-ca2efdc5-ab25-45b7-8c63-1b66d151b9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca2efdc5-ab25-45b7-8c63-1b66d151b9b1.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev,
#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next {
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev svg,
#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev,
#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next {
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev svg,
#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c9e619e3-2402-447b-92cb-4a66fbc4ca37 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-246cc01e-e2fd-4305-bae6-4aa80e7b3381 {
  margin-left: auto;
margin-right: auto;
}

#s-11b73034-3e7a-4ded-89fb-33764214f7ad {
  margin-left: auto;
margin-right: auto;
}

#s-d918d119-19b8-485e-b045-28cedc006462 {
  margin-left: auto;
margin-right: auto;
}

#s-48c8ef70-9497-41bb-b1a4-ea660a7f4fd3 {
  margin-left: auto;
margin-right: auto;
}

#s-55345648-ebe0-4066-9e4e-63fb7624bb55 {
  margin-left: auto;
margin-right: auto;
}

#s-37dbf794-427e-4a86-8d58-73f52fc560d2 {
  margin-left: auto;
margin-right: auto;
}

#s-490360a8-2e32-43df-ad2c-fd7777ce856f {
  margin-left: auto;
margin-right: auto;
}

#s-41bd138d-ecd2-487c-abd3-8fd738458a57 {
  margin-left: auto;
margin-right: auto;
}

#s-3ed09870-4185-401b-be44-ba4ba8e949f7 {
  margin-left: auto;
margin-right: auto;
}

#s-49b45e63-0ca0-4fb9-b669-e021d12b3de9 {
  margin-left: auto;
margin-right: auto;
}

#s-3e9ce489-1e65-428b-869b-c874aba53dfe {
  margin-left: auto;
margin-right: auto;
}

#s-55698882-2597-4097-a5bd-cd68b943c834 {
  margin-left: auto;
margin-right: auto;
}

#s-9ef18cf2-273d-4156-9c84-bab60e6294ea {
  margin-left: auto;
margin-right: auto;
}

#s-336c2107-0da8-4185-8064-a8f3157df918 {
  margin-left: auto;
margin-right: auto;
}

#s-5ac16ae1-30ee-41fb-8a9f-348d19f5f61a {
  margin-left: auto;
margin-right: auto;
}

#s-6d6205ef-4093-4b3a-99c9-9d4c68ac13e7 {
  margin-left: auto;
margin-right: auto;
}

#s-2de12479-9aa7-49f3-83c6-924c92fbfc85 {
  margin-left: auto;
margin-right: auto;
}

#s-9624fffc-6640-4900-a60f-d52e33fcedf7 {
  margin-left: auto;
margin-right: auto;
}

#s-e133c27b-6824-40e4-9bd1-9010af44c587 {
  margin-left: auto;
margin-right: auto;
}

#s-56ecccb9-e6e2-45a3-8218-05b6af3a9219 {
  margin-left: auto;
margin-right: auto;
}

#s-34dcf892-be31-4ab5-898d-218f16c59a47 {
  margin-left: auto;
margin-right: auto;
}

#s-7ff92b3c-8ced-44b9-8975-a83805b83893 {
  margin-left: auto;
margin-right: auto;
}

#s-38491004-2b99-4f17-a07c-3aac33b7621d {
  margin-left: auto;
margin-right: auto;
}

#s-deb732d0-ce40-457c-b133-3df071e0ba0f {
  margin-left: auto;
margin-right: auto;
}

#s-7770b495-fb68-4bc0-8f5f-309eb1ea3104 {
  margin-left: auto;
margin-right: auto;
}

#s-32e6d5e2-e397-40b9-8675-5632847dbbb2 {
  margin-left: auto;
margin-right: auto;
}

#s-99581739-222c-4a84-8b31-d80dc37301a7 {
  margin-left: auto;
margin-right: auto;
}

#s-b100c176-401f-4763-9ef5-5efcfdb623ed {
  margin-left: auto;
margin-right: auto;
}

#s-8bc02996-7378-4346-a157-7cc28f630452 {
  margin-left: auto;
margin-right: auto;
}

#s-5074b6bd-c0da-460f-a343-45e9f25c5e31 {
  margin-left: auto;
margin-right: auto;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-34560b03-7183-4297-8592-f6eb6313f2f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
  box-sizing: border-box;
}



.s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-34560b03-7183-4297-8592-f6eb6313f2f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
  box-sizing: border-box;
}



.s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-34560b03-7183-4297-8592-f6eb6313f2f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
  box-sizing: border-box;
}



.s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-34560b03-7183-4297-8592-f6eb6313f2f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
  box-sizing: border-box;
}



.s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34560b03-7183-4297-8592-f6eb6313f2f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-34560b03-7183-4297-8592-f6eb6313f2f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34560b03-7183-4297-8592-f6eb6313f2f6.shogun-image {
  box-sizing: border-box;
}



.s-34560b03-7183-4297-8592-f6eb6313f2f6 img.shogun-image {
  
}


}
#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-51358f90-7998-4da4-85be-c688ee1d0c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
  box-sizing: border-box;
}



.s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  
}


@media (min-width: 1200px){#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-51358f90-7998-4da4-85be-c688ee1d0c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
  box-sizing: border-box;
}



.s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-51358f90-7998-4da4-85be-c688ee1d0c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
  box-sizing: border-box;
}



.s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-51358f90-7998-4da4-85be-c688ee1d0c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
  box-sizing: border-box;
}



.s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  
}


}@media (max-width: 767px){#s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51358f90-7998-4da4-85be-c688ee1d0c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-51358f90-7998-4da4-85be-c688ee1d0c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51358f90-7998-4da4-85be-c688ee1d0c8a.shogun-image {
  box-sizing: border-box;
}



.s-51358f90-7998-4da4-85be-c688ee1d0c8a img.shogun-image {
  
}


}
#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin: 0 !important;
  overflow: visible;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add background color handling */
  
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-be1f14b3-8698-4615-b036-5e12dcb58e7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
  box-sizing: border-box;
}



.s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  
}


@media (min-width: 1200px){#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin: 0 !important;
  overflow: visible;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add background color handling */
  
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-be1f14b3-8698-4615-b036-5e12dcb58e7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
  box-sizing: border-box;
}



.s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin: 0 !important;
  overflow: visible;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add background color handling */
  
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-be1f14b3-8698-4615-b036-5e12dcb58e7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
  box-sizing: border-box;
}



.s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin: 0 !important;
  overflow: visible;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add background color handling */
  
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-be1f14b3-8698-4615-b036-5e12dcb58e7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
  box-sizing: border-box;
}



.s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  
}


}@media (max-width: 767px){#s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  margin: 0 !important;
  overflow: visible;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be1f14b3-8698-4615-b036-5e12dcb58e7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add background color handling */
  
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-be1f14b3-8698-4615-b036-5e12dcb58e7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be1f14b3-8698-4615-b036-5e12dcb58e7d.shogun-image {
  box-sizing: border-box;
}



.s-be1f14b3-8698-4615-b036-5e12dcb58e7d img.shogun-image {
  
}


}
#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
  box-sizing: border-box;
}



.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
  box-sizing: border-box;
}



.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
  box-sizing: border-box;
}



.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
  box-sizing: border-box;
}



.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4.shogun-image {
  box-sizing: border-box;
}



.s-172ef60a-68a7-4b74-b9d7-7b8e69b648b4 img.shogun-image {
  
}


}
#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6e145c73-edb2-4f10-94cf-957385000d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
  box-sizing: border-box;
}



.s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6e145c73-edb2-4f10-94cf-957385000d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
  box-sizing: border-box;
}



.s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6e145c73-edb2-4f10-94cf-957385000d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
  box-sizing: border-box;
}



.s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6e145c73-edb2-4f10-94cf-957385000d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
  box-sizing: border-box;
}



.s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e145c73-edb2-4f10-94cf-957385000d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e145c73-edb2-4f10-94cf-957385000d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6e145c73-edb2-4f10-94cf-957385000d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e145c73-edb2-4f10-94cf-957385000d61.shogun-image {
  box-sizing: border-box;
}



.s-6e145c73-edb2-4f10-94cf-957385000d61 img.shogun-image {
  
}


}
#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-018a3818-ede1-449e-b05c-aa6fadc684b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
  box-sizing: border-box;
}



.s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-018a3818-ede1-449e-b05c-aa6fadc684b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
  box-sizing: border-box;
}



.s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-018a3818-ede1-449e-b05c-aa6fadc684b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
  box-sizing: border-box;
}



.s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-018a3818-ede1-449e-b05c-aa6fadc684b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
  box-sizing: border-box;
}



.s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-018a3818-ede1-449e-b05c-aa6fadc684b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-018a3818-ede1-449e-b05c-aa6fadc684b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-018a3818-ede1-449e-b05c-aa6fadc684b4.shogun-image {
  box-sizing: border-box;
}



.s-018a3818-ede1-449e-b05c-aa6fadc684b4 img.shogun-image {
  
}


}
#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin: 0 !important;
  overflow: visible;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add background color handling */
  
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5fb41eb7-ce7a-4487-b3df-03596808a42c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
  box-sizing: border-box;
}



.s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  
}


@media (min-width: 1200px){#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin: 0 !important;
  overflow: visible;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add background color handling */
  
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5fb41eb7-ce7a-4487-b3df-03596808a42c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
  box-sizing: border-box;
}



.s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin: 0 !important;
  overflow: visible;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add background color handling */
  
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5fb41eb7-ce7a-4487-b3df-03596808a42c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
  box-sizing: border-box;
}



.s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin: 0 !important;
  overflow: visible;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add background color handling */
  
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5fb41eb7-ce7a-4487-b3df-03596808a42c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
  box-sizing: border-box;
}



.s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  
}


}@media (max-width: 767px){#s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  margin: 0 !important;
  overflow: visible;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fb41eb7-ce7a-4487-b3df-03596808a42c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add background color handling */
  
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5fb41eb7-ce7a-4487-b3df-03596808a42c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb41eb7-ce7a-4487-b3df-03596808a42c.shogun-image {
  box-sizing: border-box;
}



.s-5fb41eb7-ce7a-4487-b3df-03596808a42c img.shogun-image {
  
}


}
#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
  box-sizing: border-box;
}



.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
  box-sizing: border-box;
}



.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
  box-sizing: border-box;
}



.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
  box-sizing: border-box;
}



.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4a6260-5180-4eba-9e81-801c3e2a4d88.shogun-image {
  box-sizing: border-box;
}



.s-8d4a6260-5180-4eba-9e81-801c3e2a4d88 img.shogun-image {
  
}


}
#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin: 0 !important;
  overflow: visible;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add background color handling */
  
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-37769361-bdb0-41bc-9980-9e723dd1abeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
  box-sizing: border-box;
}



.s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  
}


@media (min-width: 1200px){#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin: 0 !important;
  overflow: visible;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add background color handling */
  
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-37769361-bdb0-41bc-9980-9e723dd1abeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
  box-sizing: border-box;
}



.s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin: 0 !important;
  overflow: visible;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add background color handling */
  
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-37769361-bdb0-41bc-9980-9e723dd1abeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
  box-sizing: border-box;
}



.s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin: 0 !important;
  overflow: visible;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add background color handling */
  
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-37769361-bdb0-41bc-9980-9e723dd1abeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
  box-sizing: border-box;
}



.s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  
}


}@media (max-width: 767px){#s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  margin: 0 !important;
  overflow: visible;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37769361-bdb0-41bc-9980-9e723dd1abeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add background color handling */
  
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-37769361-bdb0-41bc-9980-9e723dd1abeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37769361-bdb0-41bc-9980-9e723dd1abeb.shogun-image {
  box-sizing: border-box;
}



.s-37769361-bdb0-41bc-9980-9e723dd1abeb img.shogun-image {
  
}


}
#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin: 0 !important;
  overflow: visible;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add background color handling */
  
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7412e413-ab12-4b6f-8f67-97238dae3884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
  box-sizing: border-box;
}



.s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin: 0 !important;
  overflow: visible;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add background color handling */
  
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7412e413-ab12-4b6f-8f67-97238dae3884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
  box-sizing: border-box;
}



.s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin: 0 !important;
  overflow: visible;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add background color handling */
  
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7412e413-ab12-4b6f-8f67-97238dae3884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
  box-sizing: border-box;
}



.s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin: 0 !important;
  overflow: visible;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add background color handling */
  
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7412e413-ab12-4b6f-8f67-97238dae3884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
  box-sizing: border-box;
}



.s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  margin: 0 !important;
  overflow: visible;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7412e413-ab12-4b6f-8f67-97238dae3884 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add background color handling */
  
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7412e413-ab12-4b6f-8f67-97238dae3884 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7412e413-ab12-4b6f-8f67-97238dae3884.shogun-image {
  box-sizing: border-box;
}



.s-7412e413-ab12-4b6f-8f67-97238dae3884 img.shogun-image {
  
}


}
#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
  box-sizing: border-box;
}



.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
  box-sizing: border-box;
}



.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
  box-sizing: border-box;
}



.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
  box-sizing: border-box;
}



.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0073530-8065-4b10-af0b-dfcbcc88ef83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0073530-8065-4b10-af0b-dfcbcc88ef83.shogun-image {
  box-sizing: border-box;
}



.s-b0073530-8065-4b10-af0b-dfcbcc88ef83 img.shogun-image {
  
}


}
#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8081f12-2d2d-415f-9272-6999166a8431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
  box-sizing: border-box;
}



.s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8081f12-2d2d-415f-9272-6999166a8431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
  box-sizing: border-box;
}



.s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8081f12-2d2d-415f-9272-6999166a8431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
  box-sizing: border-box;
}



.s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8081f12-2d2d-415f-9272-6999166a8431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
  box-sizing: border-box;
}



.s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8081f12-2d2d-415f-9272-6999166a8431 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8081f12-2d2d-415f-9272-6999166a8431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8081f12-2d2d-415f-9272-6999166a8431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8081f12-2d2d-415f-9272-6999166a8431.shogun-image {
  box-sizing: border-box;
}



.s-b8081f12-2d2d-415f-9272-6999166a8431 img.shogun-image {
  
}


}
#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin: 0 !important;
  overflow: visible;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add background color handling */
  
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c93b7623-f045-4742-bb91-64cde332fc7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
  box-sizing: border-box;
}



.s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  
}


@media (min-width: 1200px){#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin: 0 !important;
  overflow: visible;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add background color handling */
  
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c93b7623-f045-4742-bb91-64cde332fc7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
  box-sizing: border-box;
}



.s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin: 0 !important;
  overflow: visible;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add background color handling */
  
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c93b7623-f045-4742-bb91-64cde332fc7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
  box-sizing: border-box;
}



.s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin: 0 !important;
  overflow: visible;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add background color handling */
  
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c93b7623-f045-4742-bb91-64cde332fc7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
  box-sizing: border-box;
}



.s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  
}


}@media (max-width: 767px){#s-c93b7623-f045-4742-bb91-64cde332fc7c {
  margin: 0 !important;
  overflow: visible;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c93b7623-f045-4742-bb91-64cde332fc7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add background color handling */
  
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c93b7623-f045-4742-bb91-64cde332fc7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93b7623-f045-4742-bb91-64cde332fc7c.shogun-image {
  box-sizing: border-box;
}



.s-c93b7623-f045-4742-bb91-64cde332fc7c img.shogun-image {
  
}


}
#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin: 0 !important;
  overflow: visible;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add background color handling */
  
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-62969b77-f32e-426d-88c0-f4abe5382ecb .shogun-image-content {
  
    justify-content: center;
  
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
  box-sizing: border-box;
}



.s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  
}


@media (min-width: 1200px){#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin: 0 !important;
  overflow: visible;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add background color handling */
  
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-62969b77-f32e-426d-88c0-f4abe5382ecb .shogun-image-content {
  
    justify-content: center;
  
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
  box-sizing: border-box;
}



.s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin: 0 !important;
  overflow: visible;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add background color handling */
  
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-62969b77-f32e-426d-88c0-f4abe5382ecb .shogun-image-content {
  
    justify-content: center;
  
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
  box-sizing: border-box;
}



.s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin: 0 !important;
  overflow: visible;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add background color handling */
  
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-62969b77-f32e-426d-88c0-f4abe5382ecb .shogun-image-content {
  
    justify-content: center;
  
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
  box-sizing: border-box;
}



.s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  
}


}@media (max-width: 767px){#s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  margin: 0 !important;
  overflow: visible;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62969b77-f32e-426d-88c0-f4abe5382ecb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add background color handling */
  
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-62969b77-f32e-426d-88c0-f4abe5382ecb .shogun-image-content {
  
    justify-content: center;
  
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62969b77-f32e-426d-88c0-f4abe5382ecb.shogun-image {
  box-sizing: border-box;
}



.s-62969b77-f32e-426d-88c0-f4abe5382ecb img.shogun-image {
  
}


}
#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
  box-sizing: border-box;
}



.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  
}


@media (min-width: 1200px){#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
  box-sizing: border-box;
}



.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
  box-sizing: border-box;
}



.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
  box-sizing: border-box;
}



.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  
}


}@media (max-width: 767px){#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e0a97d-7fd4-49ae-9a8f-a575da541a50.shogun-image {
  box-sizing: border-box;
}



.s-79e0a97d-7fd4-49ae-9a8f-a575da541a50 img.shogun-image {
  
}


}
#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-76d81939-797b-4d1a-b0a2-72796a36ee95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
  box-sizing: border-box;
}



.s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  
}


@media (min-width: 1200px){#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-76d81939-797b-4d1a-b0a2-72796a36ee95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
  box-sizing: border-box;
}



.s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-76d81939-797b-4d1a-b0a2-72796a36ee95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
  box-sizing: border-box;
}



.s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-76d81939-797b-4d1a-b0a2-72796a36ee95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
  box-sizing: border-box;
}



.s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  
}


}@media (max-width: 767px){#s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d81939-797b-4d1a-b0a2-72796a36ee95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-76d81939-797b-4d1a-b0a2-72796a36ee95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d81939-797b-4d1a-b0a2-72796a36ee95.shogun-image {
  box-sizing: border-box;
}



.s-76d81939-797b-4d1a-b0a2-72796a36ee95 img.shogun-image {
  
}


}
#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bc33a961-9de7-4478-8b21-73714610fc02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
  box-sizing: border-box;
}



.s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bc33a961-9de7-4478-8b21-73714610fc02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
  box-sizing: border-box;
}



.s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bc33a961-9de7-4478-8b21-73714610fc02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
  box-sizing: border-box;
}



.s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bc33a961-9de7-4478-8b21-73714610fc02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
  box-sizing: border-box;
}



.s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bc33a961-9de7-4478-8b21-73714610fc02 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc33a961-9de7-4478-8b21-73714610fc02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bc33a961-9de7-4478-8b21-73714610fc02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc33a961-9de7-4478-8b21-73714610fc02.shogun-image {
  box-sizing: border-box;
}



.s-bc33a961-9de7-4478-8b21-73714610fc02 img.shogun-image {
  
}


}
#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin: 0 !important;
  overflow: visible;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add background color handling */
  
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-31273019-033b-4992-ac3e-24cb222a9b41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
  box-sizing: border-box;
}



.s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  
}


@media (min-width: 1200px){#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin: 0 !important;
  overflow: visible;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add background color handling */
  
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-31273019-033b-4992-ac3e-24cb222a9b41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
  box-sizing: border-box;
}



.s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin: 0 !important;
  overflow: visible;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add background color handling */
  
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-31273019-033b-4992-ac3e-24cb222a9b41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
  box-sizing: border-box;
}



.s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin: 0 !important;
  overflow: visible;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add background color handling */
  
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-31273019-033b-4992-ac3e-24cb222a9b41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
  box-sizing: border-box;
}



.s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  
}


}@media (max-width: 767px){#s-31273019-033b-4992-ac3e-24cb222a9b41 {
  margin: 0 !important;
  overflow: visible;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31273019-033b-4992-ac3e-24cb222a9b41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add background color handling */
  
}

#s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-31273019-033b-4992-ac3e-24cb222a9b41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31273019-033b-4992-ac3e-24cb222a9b41.shogun-image {
  box-sizing: border-box;
}



.s-31273019-033b-4992-ac3e-24cb222a9b41 img.shogun-image {
  
}


}
#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
  box-sizing: border-box;
}



.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
  box-sizing: border-box;
}



.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
  box-sizing: border-box;
}



.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
  box-sizing: border-box;
}



.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e128657c-1346-4ced-b6ff-9fa5b454f6c2.shogun-image {
  box-sizing: border-box;
}



.s-e128657c-1346-4ced-b6ff-9fa5b454f6c2 img.shogun-image {
  
}


}
#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4694668-6469-4700-b75e-9fe1ce1a6919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
  box-sizing: border-box;
}



.s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4694668-6469-4700-b75e-9fe1ce1a6919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
  box-sizing: border-box;
}



.s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4694668-6469-4700-b75e-9fe1ce1a6919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
  box-sizing: border-box;
}



.s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4694668-6469-4700-b75e-9fe1ce1a6919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
  box-sizing: border-box;
}



.s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4694668-6469-4700-b75e-9fe1ce1a6919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4694668-6469-4700-b75e-9fe1ce1a6919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4694668-6469-4700-b75e-9fe1ce1a6919.shogun-image {
  box-sizing: border-box;
}



.s-c4694668-6469-4700-b75e-9fe1ce1a6919 img.shogun-image {
  
}


}
#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin: 0 !important;
  overflow: visible;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add background color handling */
  
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1084aa2f-5ed0-4f82-8158-a54712836f0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
  box-sizing: border-box;
}



.s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  
}


@media (min-width: 1200px){#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin: 0 !important;
  overflow: visible;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add background color handling */
  
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1084aa2f-5ed0-4f82-8158-a54712836f0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
  box-sizing: border-box;
}



.s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin: 0 !important;
  overflow: visible;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add background color handling */
  
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1084aa2f-5ed0-4f82-8158-a54712836f0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
  box-sizing: border-box;
}



.s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin: 0 !important;
  overflow: visible;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add background color handling */
  
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1084aa2f-5ed0-4f82-8158-a54712836f0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
  box-sizing: border-box;
}



.s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  
}


}@media (max-width: 767px){#s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  margin: 0 !important;
  overflow: visible;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1084aa2f-5ed0-4f82-8158-a54712836f0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add background color handling */
  
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1084aa2f-5ed0-4f82-8158-a54712836f0e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1084aa2f-5ed0-4f82-8158-a54712836f0e.shogun-image {
  box-sizing: border-box;
}



.s-1084aa2f-5ed0-4f82-8158-a54712836f0e img.shogun-image {
  
}


}
#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin: 0 !important;
  overflow: visible;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add background color handling */
  
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
  box-sizing: border-box;
}



.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  
}


@media (min-width: 1200px){#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin: 0 !important;
  overflow: visible;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add background color handling */
  
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
  box-sizing: border-box;
}



.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin: 0 !important;
  overflow: visible;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add background color handling */
  
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
  box-sizing: border-box;
}



.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin: 0 !important;
  overflow: visible;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add background color handling */
  
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
  box-sizing: border-box;
}



.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  
}


}@media (max-width: 767px){#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  margin: 0 !important;
  overflow: visible;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06dab9ba-4180-4f84-93da-aaa8e116dd7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add background color handling */
  
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06dab9ba-4180-4f84-93da-aaa8e116dd7f.shogun-image {
  box-sizing: border-box;
}



.s-06dab9ba-4180-4f84-93da-aaa8e116dd7f img.shogun-image {
  
}


}
#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin: 0 !important;
  overflow: visible;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add background color handling */
  
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
  box-sizing: border-box;
}



.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  
}


@media (min-width: 1200px){#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin: 0 !important;
  overflow: visible;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add background color handling */
  
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
  box-sizing: border-box;
}



.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin: 0 !important;
  overflow: visible;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add background color handling */
  
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
  box-sizing: border-box;
}



.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin: 0 !important;
  overflow: visible;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add background color handling */
  
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
  box-sizing: border-box;
}



.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  
}


}@media (max-width: 767px){#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  margin: 0 !important;
  overflow: visible;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add background color handling */
  
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f.shogun-image {
  box-sizing: border-box;
}



.s-de10b0eb-bc92-44eb-96f4-9a75ccd61c7f img.shogun-image {
  
}


}
#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
  box-sizing: border-box;
}



.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
  box-sizing: border-box;
}



.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
  box-sizing: border-box;
}



.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
  box-sizing: border-box;
}



.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89c95f6d-4298-4ef6-9740-ace2176f3fb0.shogun-image {
  box-sizing: border-box;
}



.s-89c95f6d-4298-4ef6-9740-ace2176f3fb0 img.shogun-image {
  
}


}
#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
  box-sizing: border-box;
}



.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  
}


@media (min-width: 1200px){#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
  box-sizing: border-box;
}



.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
  box-sizing: border-box;
}



.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
  box-sizing: border-box;
}



.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  
}


}@media (max-width: 767px){#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0f55c2c-a191-4cbd-ab4e-8a899978964d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0f55c2c-a191-4cbd-ab4e-8a899978964d.shogun-image {
  box-sizing: border-box;
}



.s-d0f55c2c-a191-4cbd-ab4e-8a899978964d img.shogun-image {
  
}


}
#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin: 0 !important;
  overflow: visible;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add background color handling */
  
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-35743d64-687f-4e23-a15b-6dfe31d90c48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
  box-sizing: border-box;
}



.s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  
}


@media (min-width: 1200px){#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin: 0 !important;
  overflow: visible;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add background color handling */
  
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-35743d64-687f-4e23-a15b-6dfe31d90c48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
  box-sizing: border-box;
}



.s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin: 0 !important;
  overflow: visible;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add background color handling */
  
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-35743d64-687f-4e23-a15b-6dfe31d90c48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
  box-sizing: border-box;
}



.s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin: 0 !important;
  overflow: visible;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add background color handling */
  
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-35743d64-687f-4e23-a15b-6dfe31d90c48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
  box-sizing: border-box;
}



.s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  
}


}@media (max-width: 767px){#s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  margin: 0 !important;
  overflow: visible;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35743d64-687f-4e23-a15b-6dfe31d90c48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add background color handling */
  
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-35743d64-687f-4e23-a15b-6dfe31d90c48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35743d64-687f-4e23-a15b-6dfe31d90c48.shogun-image {
  box-sizing: border-box;
}



.s-35743d64-687f-4e23-a15b-6dfe31d90c48 img.shogun-image {
  
}


}
#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
  box-sizing: border-box;
}



.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
  box-sizing: border-box;
}



.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
  box-sizing: border-box;
}



.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
  box-sizing: border-box;
}



.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2.shogun-image {
  box-sizing: border-box;
}



.s-1daa2b30-0a4c-4b51-8662-a22d5aaa63e2 img.shogun-image {
  
}


}
#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin: 0 !important;
  overflow: visible;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add background color handling */
  
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-67b34fc5-637f-4cfd-8419-925e1080293b .shogun-image-content {
  
    justify-content: center;
  
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
  box-sizing: border-box;
}



.s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  
}


@media (min-width: 1200px){#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin: 0 !important;
  overflow: visible;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add background color handling */
  
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-67b34fc5-637f-4cfd-8419-925e1080293b .shogun-image-content {
  
    justify-content: center;
  
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
  box-sizing: border-box;
}



.s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin: 0 !important;
  overflow: visible;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add background color handling */
  
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-67b34fc5-637f-4cfd-8419-925e1080293b .shogun-image-content {
  
    justify-content: center;
  
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
  box-sizing: border-box;
}



.s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin: 0 !important;
  overflow: visible;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add background color handling */
  
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-67b34fc5-637f-4cfd-8419-925e1080293b .shogun-image-content {
  
    justify-content: center;
  
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
  box-sizing: border-box;
}



.s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  
}


}@media (max-width: 767px){#s-67b34fc5-637f-4cfd-8419-925e1080293b {
  margin: 0 !important;
  overflow: visible;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67b34fc5-637f-4cfd-8419-925e1080293b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add background color handling */
  
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-67b34fc5-637f-4cfd-8419-925e1080293b .shogun-image-content {
  
    justify-content: center;
  
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b34fc5-637f-4cfd-8419-925e1080293b.shogun-image {
  box-sizing: border-box;
}



.s-67b34fc5-637f-4cfd-8419-925e1080293b img.shogun-image {
  
}


}
#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-362d76d4-0b86-4151-8a0e-071003d023b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
  box-sizing: border-box;
}



.s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-362d76d4-0b86-4151-8a0e-071003d023b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
  box-sizing: border-box;
}



.s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-362d76d4-0b86-4151-8a0e-071003d023b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
  box-sizing: border-box;
}



.s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-362d76d4-0b86-4151-8a0e-071003d023b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
  box-sizing: border-box;
}



.s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362d76d4-0b86-4151-8a0e-071003d023b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-362d76d4-0b86-4151-8a0e-071003d023b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362d76d4-0b86-4151-8a0e-071003d023b3.shogun-image {
  box-sizing: border-box;
}



.s-362d76d4-0b86-4151-8a0e-071003d023b3 img.shogun-image {
  
}


}
#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 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: #000;
  border-style: none;
  border-radius: 0px;

}





  img.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
  box-sizing: border-box;
}



.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
  box-sizing: border-box;
}



.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
  box-sizing: border-box;
}



.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
  box-sizing: border-box;
}



.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1c6b49-c75d-410d-8fbd-37b36da01f22.shogun-image {
  box-sizing: border-box;
}



.s-fd1c6b49-c75d-410d-8fbd-37b36da01f22 img.shogun-image {
  
}


}
#s-17855c33-5bb0-49fa-b8a8-ed5c4831c3d0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-257cfbf9-b5c8-4dcf-9bfa-26ba6a8492d7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-35fd337a-51cc-433d-bcc6-c75dddd410e0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-0bef02bc-a13d-4491-9d05-0c6cb5b4be56 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-7941e8c3-b484-4793-8d1b-133670e9c367 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-656ad8d8-a61a-4ad5-a3b8-a25665184de9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-464cfd85-d998-4e43-9865-e1ddc314b80b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-1c8d66c3-5cd0-417d-99db-f1bdd8f2a60a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-b1df2434-4bd6-4ddd-a6b0-a2177ad77e5c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-52d54883-8742-4014-aba8-7da883898791 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-f485fb57-aed3-4a1c-94d8-2a5433c742c3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-66671f51-0c4e-4150-ae93-dfef62b9ef50 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-d9812496-fec2-4dab-a3de-c9b72477af78 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-02cedab4-707a-4465-96db-0a4b9de594f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-4f16d677-8d76-4369-b2b3-d5d72f3fb30f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-d06e53be-cd74-4d52-a01f-0a05fd1d3bc7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-8998f2b2-d73a-4b7a-8615-ca961ec3364f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-5c2c7330-775f-481c-b6c0-099f3428f1fa {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-410284f8-2b8c-4539-9a78-8d213704b7b0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-57dffd8a-a834-43f7-82cd-2b7edd7f6655 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-03a4664a-3276-4bef-8b67-984f03f31d2a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-2337ee32-8ea8-42a2-a4a4-d601b4074c2a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-47fbcb64-a8ac-4eb3-bc58-3a71b61a909e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-39f6e91a-2031-481d-9a2e-2a0f2de38a50 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-e903cc8a-2007-4c34-bf86-77aad4ead2a2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-1f37cd3c-f5fa-4453-8b45-276f37f499f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-930efb1c-80f6-40ca-abd3-16a1e61777da {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-94dbbb8d-2356-4660-a93a-e04df62e2472 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-8fbcf589-0674-4a8c-8e1c-cface0584a82 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-7f989730-31f1-47d0-8868-5dbf3d65020f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-37fc196b-03ef-4993-a88e-e296ff60778c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-43e5bf8e-9ea9-4728-892b-779c6b9b86f3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-07d3223d-4839-42ad-8568-6cabc7a15b9a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-ad57c8e5-6f77-4059-b70f-f5719ee221c5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-d3de1bf7-63bc-4e69-97af-23962276c5b2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-758aa475-f3c1-4648-afd1-1d72b18e78a7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-765f3a00-4de1-49a0-9125-ecf5370febb2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-80690afb-7009-43f0-ab33-44ef4960fc32 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-1a2f7718-a3e3-4653-b699-1ef5fa1a6588 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-7844ed04-d05d-45a5-8e61-bb010bae6c8e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-75dbf691-c54a-4b8f-8acd-2d0f094d9208 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-61857ff7-a2f0-4540-b851-57e401251869 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-e61fc1e4-3589-4382-9e53-e5b0e0728c07 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-44320bba-6e98-46ab-944f-eed1dd2b897e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-1519ddf7-9752-4c36-94df-ea24e87789a1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-2cd31c81-0a29-4175-b9c7-77cca354ea54 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-ec8fc51b-2894-40e0-bbe2-b6b767e6cbcf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-9da90cfa-3e78-4bb9-af55-6fdcfa87af16 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-ed420157-8036-464e-b258-c36fcfdebbda {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-d87520d5-91b9-4f4e-aa8b-ca3ec3bd4dfa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-61489082-b28a-40c6-81c7-b5427a595f1c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-420fe665-2a0a-4007-98df-3908685fefa7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-daaa729e-bd7d-4f23-a0df-4eb5dfd945ed {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-a0cbe28d-a24e-4cd9-b50d-684fa3ba8b01 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-c860bf63-b5e4-4d4b-9298-96f563161ffb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-6db2fa90-3e39-4e74-a809-b421c074561f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-9e501547-e673-4e28-9293-8b354ebd1557 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-ea398bcd-2f8b-4e68-95d4-15a670e9e79b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-db020d4a-16a0-4f98-a508-d58ca3850713 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-2a984b24-c3a7-43c0-ab85-11fe22f17f26 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
max-width: 100px;
background-color: rgba(252, 168, 4, 1);
}

#s-5db2c0b5-9f55-4952-8ca5-65ed5e922535 {
  margin-left: auto;
margin-right: auto;
}

#s-b018cec5-5282-442f-9e79-78e037590fd8 {
  margin-left: auto;
margin-right: auto;
}

#s-1f70c481-0a1c-4cdf-ba79-c9d5cd8a8ae3 {
  margin-left: auto;
margin-right: auto;
}

#s-28a799bb-3133-462d-905a-9640b22b973a {
  margin-left: auto;
margin-right: auto;
}

#s-a4de2b0a-4241-4945-8b61-f1900bb87d4d {
  margin-left: auto;
margin-right: auto;
}

#s-74dc6bfe-2b05-404e-aa02-40f6c26c2e4b {
  margin-left: auto;
margin-right: auto;
}

#s-af771739-88cb-4f3a-8433-5a88f79fd7f5 {
  margin-left: auto;
margin-right: auto;
}

#s-09c3239a-6d95-4f12-b692-7aef95c1cc01 {
  margin-left: auto;
margin-right: auto;
}

#s-2f930e29-bf2d-49b3-83cf-89726b52e7f7 {
  margin-left: auto;
margin-right: auto;
}

#s-447a9f22-e009-45f1-9f82-db4f59c75abd {
  margin-left: auto;
margin-right: auto;
}

#s-55b36ff5-900c-48e8-906c-3f4edaf54a5e {
  margin-left: auto;
margin-right: auto;
}

#s-c61ff88e-3fd1-4204-894a-4805bcbcec26 {
  margin-left: auto;
margin-right: auto;
}

#s-e7d62fea-cd7c-452e-ac2c-2643463bdb8a {
  margin-left: auto;
margin-right: auto;
}

#s-1c22497d-0a39-4d9f-9074-bad55302ec04 {
  margin-left: auto;
margin-right: auto;
}

#s-a257817d-65d8-46a5-ab13-f2005e41ace6 {
  margin-left: auto;
margin-right: auto;
}

#s-35c9a1e6-d905-46b0-80bf-a951ff377290 {
  margin-left: auto;
margin-right: auto;
}

#s-1a01aac8-7355-4ec0-b4c5-c84283d4ac70 {
  margin-left: auto;
margin-right: auto;
}

#s-3bec7587-4de0-4ac5-a113-02d692623592 {
  margin-left: auto;
margin-right: auto;
}

#s-0e78b8d3-2a80-42ef-8c7b-bf896404fa96 {
  margin-left: auto;
margin-right: auto;
}

#s-149d0e6a-c945-4e31-93a2-31c94490f566 {
  margin-left: auto;
margin-right: auto;
}

#s-5b1ac971-37cd-44ec-a7d1-76554258f19b {
  margin-left: auto;
margin-right: auto;
}

#s-98922747-e0a3-4c09-801d-47c2f9f8e05b {
  margin-left: auto;
margin-right: auto;
}

#s-d32795a7-2b61-4ce2-a6ca-b5d83d5c7dd3 {
  margin-left: auto;
margin-right: auto;
}

#s-c28fe6b5-6e38-4d90-b7e6-529cbdf9cd76 {
  margin-left: auto;
margin-right: auto;
}

#s-96e90a77-2ef2-4373-a9de-9d9ab24bb616 {
  margin-left: auto;
margin-right: auto;
}

#s-64b64d12-e53b-4865-859e-6196c3dd4de2 {
  margin-left: auto;
margin-right: auto;
}

#s-4ea8fc31-e5cb-4e4c-bddb-8c4f14ba0d92 {
  margin-left: auto;
margin-right: auto;
}

#s-8b967c2d-2d5d-4e28-82e9-956b1f53b279 {
  margin-left: auto;
margin-right: auto;
}

#s-1df7709e-2f3e-444f-8384-0e91d49fc085 {
  margin-left: auto;
margin-right: auto;
}

#s-fb2b803a-8eca-41a2-809d-3990b0d6968d {
  margin-left: auto;
margin-right: auto;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin: 0 !important;
  overflow: visible;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add background color handling */
  
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-25af60de-e778-4ebb-bb92-794a1a3a7164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
  box-sizing: border-box;
}



.s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  
}


@media (min-width: 1200px){#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin: 0 !important;
  overflow: visible;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add background color handling */
  
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-25af60de-e778-4ebb-bb92-794a1a3a7164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
  box-sizing: border-box;
}



.s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin: 0 !important;
  overflow: visible;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add background color handling */
  
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-25af60de-e778-4ebb-bb92-794a1a3a7164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
  box-sizing: border-box;
}



.s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin: 0 !important;
  overflow: visible;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add background color handling */
  
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-25af60de-e778-4ebb-bb92-794a1a3a7164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
  box-sizing: border-box;
}



.s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  
}


}@media (max-width: 767px){#s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  margin: 0 !important;
  overflow: visible;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25af60de-e778-4ebb-bb92-794a1a3a7164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add background color handling */
  
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-25af60de-e778-4ebb-bb92-794a1a3a7164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25af60de-e778-4ebb-bb92-794a1a3a7164.shogun-image {
  box-sizing: border-box;
}



.s-25af60de-e778-4ebb-bb92-794a1a3a7164 img.shogun-image {
  
}


}
#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin: 0 !important;
  overflow: visible;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add background color handling */
  
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-9ef2067f-2647-40e1-844b-075c242bb25a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
  box-sizing: border-box;
}



.s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  
}


@media (min-width: 1200px){#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin: 0 !important;
  overflow: visible;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add background color handling */
  
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-9ef2067f-2647-40e1-844b-075c242bb25a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
  box-sizing: border-box;
}



.s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin: 0 !important;
  overflow: visible;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add background color handling */
  
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-9ef2067f-2647-40e1-844b-075c242bb25a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
  box-sizing: border-box;
}



.s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin: 0 !important;
  overflow: visible;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add background color handling */
  
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-9ef2067f-2647-40e1-844b-075c242bb25a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
  box-sizing: border-box;
}



.s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  
}


}@media (max-width: 767px){#s-9ef2067f-2647-40e1-844b-075c242bb25a {
  margin: 0 !important;
  overflow: visible;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ef2067f-2647-40e1-844b-075c242bb25a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add background color handling */
  
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-9ef2067f-2647-40e1-844b-075c242bb25a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ef2067f-2647-40e1-844b-075c242bb25a.shogun-image {
  box-sizing: border-box;
}



.s-9ef2067f-2647-40e1-844b-075c242bb25a img.shogun-image {
  
}


}
#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin: 0 !important;
  overflow: visible;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add background color handling */
  
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-89754897-3915-4dc3-b7dd-384842d4ca2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
  box-sizing: border-box;
}



.s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  
}


@media (min-width: 1200px){#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin: 0 !important;
  overflow: visible;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add background color handling */
  
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-89754897-3915-4dc3-b7dd-384842d4ca2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
  box-sizing: border-box;
}



.s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin: 0 !important;
  overflow: visible;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add background color handling */
  
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-89754897-3915-4dc3-b7dd-384842d4ca2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
  box-sizing: border-box;
}



.s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin: 0 !important;
  overflow: visible;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add background color handling */
  
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-89754897-3915-4dc3-b7dd-384842d4ca2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
  box-sizing: border-box;
}



.s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  
}


}@media (max-width: 767px){#s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  margin: 0 !important;
  overflow: visible;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89754897-3915-4dc3-b7dd-384842d4ca2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add background color handling */
  
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-89754897-3915-4dc3-b7dd-384842d4ca2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89754897-3915-4dc3-b7dd-384842d4ca2b.shogun-image {
  box-sizing: border-box;
}



.s-89754897-3915-4dc3-b7dd-384842d4ca2b img.shogun-image {
  
}


}
#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
  box-sizing: border-box;
}



.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
  box-sizing: border-box;
}



.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
  box-sizing: border-box;
}



.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
  box-sizing: border-box;
}



.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28.shogun-image {
  box-sizing: border-box;
}



.s-e0fc48d3-238e-4ae5-90a3-ce30f8c5fc28 img.shogun-image {
  
}


}
#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin: 0 !important;
  overflow: visible;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add background color handling */
  
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-082b31f7-58b4-45d0-936e-11f39cd02411 .shogun-image-content {
  
    justify-content: center;
  
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
  box-sizing: border-box;
}



.s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  
}


@media (min-width: 1200px){#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin: 0 !important;
  overflow: visible;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add background color handling */
  
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-082b31f7-58b4-45d0-936e-11f39cd02411 .shogun-image-content {
  
    justify-content: center;
  
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
  box-sizing: border-box;
}



.s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin: 0 !important;
  overflow: visible;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add background color handling */
  
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-082b31f7-58b4-45d0-936e-11f39cd02411 .shogun-image-content {
  
    justify-content: center;
  
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
  box-sizing: border-box;
}



.s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin: 0 !important;
  overflow: visible;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add background color handling */
  
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-082b31f7-58b4-45d0-936e-11f39cd02411 .shogun-image-content {
  
    justify-content: center;
  
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
  box-sizing: border-box;
}



.s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  
}


}@media (max-width: 767px){#s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  margin: 0 !important;
  overflow: visible;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082b31f7-58b4-45d0-936e-11f39cd02411 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add background color handling */
  
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-082b31f7-58b4-45d0-936e-11f39cd02411 .shogun-image-content {
  
    justify-content: center;
  
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082b31f7-58b4-45d0-936e-11f39cd02411.shogun-image {
  box-sizing: border-box;
}



.s-082b31f7-58b4-45d0-936e-11f39cd02411 img.shogun-image {
  
}


}
#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ed995063-916e-4c99-975e-8c88f73ce45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
  box-sizing: border-box;
}



.s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  
}


@media (min-width: 1200px){#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ed995063-916e-4c99-975e-8c88f73ce45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
  box-sizing: border-box;
}



.s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ed995063-916e-4c99-975e-8c88f73ce45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
  box-sizing: border-box;
}



.s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ed995063-916e-4c99-975e-8c88f73ce45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
  box-sizing: border-box;
}



.s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  
}


}@media (max-width: 767px){#s-ed995063-916e-4c99-975e-8c88f73ce45b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed995063-916e-4c99-975e-8c88f73ce45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ed995063-916e-4c99-975e-8c88f73ce45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed995063-916e-4c99-975e-8c88f73ce45b.shogun-image {
  box-sizing: border-box;
}



.s-ed995063-916e-4c99-975e-8c88f73ce45b img.shogun-image {
  
}


}
#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin: 0 !important;
  overflow: visible;
}

#s-ede69115-5feb-4874-857c-0754e5de570b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add background color handling */
  
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ede69115-5feb-4874-857c-0754e5de570b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
  box-sizing: border-box;
}



.s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  
}


@media (min-width: 1200px){#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin: 0 !important;
  overflow: visible;
}

#s-ede69115-5feb-4874-857c-0754e5de570b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add background color handling */
  
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ede69115-5feb-4874-857c-0754e5de570b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
  box-sizing: border-box;
}



.s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin: 0 !important;
  overflow: visible;
}

#s-ede69115-5feb-4874-857c-0754e5de570b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add background color handling */
  
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ede69115-5feb-4874-857c-0754e5de570b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
  box-sizing: border-box;
}



.s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin: 0 !important;
  overflow: visible;
}

#s-ede69115-5feb-4874-857c-0754e5de570b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add background color handling */
  
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ede69115-5feb-4874-857c-0754e5de570b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
  box-sizing: border-box;
}



.s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  
}


}@media (max-width: 767px){#s-ede69115-5feb-4874-857c-0754e5de570b {
  margin: 0 !important;
  overflow: visible;
}

#s-ede69115-5feb-4874-857c-0754e5de570b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ede69115-5feb-4874-857c-0754e5de570b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add background color handling */
  
}

#s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ede69115-5feb-4874-857c-0754e5de570b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ede69115-5feb-4874-857c-0754e5de570b.shogun-image {
  box-sizing: border-box;
}



.s-ede69115-5feb-4874-857c-0754e5de570b img.shogun-image {
  
}


}
#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-13a64102-c5f0-4bdf-b032-9ee830886932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
  box-sizing: border-box;
}



.s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  
}


@media (min-width: 1200px){#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-13a64102-c5f0-4bdf-b032-9ee830886932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
  box-sizing: border-box;
}



.s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-13a64102-c5f0-4bdf-b032-9ee830886932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
  box-sizing: border-box;
}



.s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-13a64102-c5f0-4bdf-b032-9ee830886932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
  box-sizing: border-box;
}



.s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  
}


}@media (max-width: 767px){#s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a64102-c5f0-4bdf-b032-9ee830886932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-13a64102-c5f0-4bdf-b032-9ee830886932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a64102-c5f0-4bdf-b032-9ee830886932.shogun-image {
  box-sizing: border-box;
}



.s-13a64102-c5f0-4bdf-b032-9ee830886932 img.shogun-image {
  
}


}
#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-eb3295ed-002d-4afd-abdb-26af303dcc30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
  box-sizing: border-box;
}



.s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-eb3295ed-002d-4afd-abdb-26af303dcc30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
  box-sizing: border-box;
}



.s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-eb3295ed-002d-4afd-abdb-26af303dcc30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
  box-sizing: border-box;
}



.s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-eb3295ed-002d-4afd-abdb-26af303dcc30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
  box-sizing: border-box;
}



.s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb3295ed-002d-4afd-abdb-26af303dcc30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-eb3295ed-002d-4afd-abdb-26af303dcc30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3295ed-002d-4afd-abdb-26af303dcc30.shogun-image {
  box-sizing: border-box;
}



.s-eb3295ed-002d-4afd-abdb-26af303dcc30 img.shogun-image {
  
}


}
#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin: 0 !important;
  overflow: visible;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add background color handling */
  
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
  box-sizing: border-box;
}



.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  
}


@media (min-width: 1200px){#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin: 0 !important;
  overflow: visible;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add background color handling */
  
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
  box-sizing: border-box;
}



.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin: 0 !important;
  overflow: visible;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add background color handling */
  
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
  box-sizing: border-box;
}



.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin: 0 !important;
  overflow: visible;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add background color handling */
  
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
  box-sizing: border-box;
}



.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  
}


}@media (max-width: 767px){#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  margin: 0 !important;
  overflow: visible;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add background color handling */
  
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd.shogun-image {
  box-sizing: border-box;
}



.s-e7cb929c-3e41-400f-825e-1c0d0c6ecebd img.shogun-image {
  
}


}
#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
  box-sizing: border-box;
}



.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  
}


@media (min-width: 1200px){#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
  box-sizing: border-box;
}



.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
  box-sizing: border-box;
}



.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
  box-sizing: border-box;
}



.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  
}


}@media (max-width: 767px){#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f91d8d-0412-4f1a-ac63-ca3945263c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f91d8d-0412-4f1a-ac63-ca3945263c65.shogun-image {
  box-sizing: border-box;
}



.s-88f91d8d-0412-4f1a-ac63-ca3945263c65 img.shogun-image {
  
}


}
#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5a069285-274b-482f-94ee-d13e20c95a86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
  box-sizing: border-box;
}



.s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5a069285-274b-482f-94ee-d13e20c95a86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
  box-sizing: border-box;
}



.s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5a069285-274b-482f-94ee-d13e20c95a86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
  box-sizing: border-box;
}



.s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5a069285-274b-482f-94ee-d13e20c95a86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
  box-sizing: border-box;
}



.s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5a069285-274b-482f-94ee-d13e20c95a86 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a069285-274b-482f-94ee-d13e20c95a86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5a069285-274b-482f-94ee-d13e20c95a86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a069285-274b-482f-94ee-d13e20c95a86.shogun-image {
  box-sizing: border-box;
}



.s-5a069285-274b-482f-94ee-d13e20c95a86 img.shogun-image {
  
}


}
#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c1154f2f-ca01-4fe4-944c-6589370a7114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
  box-sizing: border-box;
}



.s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c1154f2f-ca01-4fe4-944c-6589370a7114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
  box-sizing: border-box;
}



.s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c1154f2f-ca01-4fe4-944c-6589370a7114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
  box-sizing: border-box;
}



.s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c1154f2f-ca01-4fe4-944c-6589370a7114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
  box-sizing: border-box;
}



.s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1154f2f-ca01-4fe4-944c-6589370a7114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-c1154f2f-ca01-4fe4-944c-6589370a7114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1154f2f-ca01-4fe4-944c-6589370a7114.shogun-image {
  box-sizing: border-box;
}



.s-c1154f2f-ca01-4fe4-944c-6589370a7114 img.shogun-image {
  
}


}
#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-bab494ed-7037-45c4-972e-e001d68605d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
  box-sizing: border-box;
}



.s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-bab494ed-7037-45c4-972e-e001d68605d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
  box-sizing: border-box;
}



.s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-bab494ed-7037-45c4-972e-e001d68605d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
  box-sizing: border-box;
}



.s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-bab494ed-7037-45c4-972e-e001d68605d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
  box-sizing: border-box;
}



.s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bab494ed-7037-45c4-972e-e001d68605d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bab494ed-7037-45c4-972e-e001d68605d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-bab494ed-7037-45c4-972e-e001d68605d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bab494ed-7037-45c4-972e-e001d68605d6.shogun-image {
  box-sizing: border-box;
}



.s-bab494ed-7037-45c4-972e-e001d68605d6 img.shogun-image {
  
}


}
#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
  box-sizing: border-box;
}



.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
  box-sizing: border-box;
}



.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
  box-sizing: border-box;
}



.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
  box-sizing: border-box;
}



.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96.shogun-image {
  box-sizing: border-box;
}



.s-ecdea71c-192a-4cbb-bdd7-6820d74d3e96 img.shogun-image {
  
}


}
#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin: 0 !important;
  overflow: visible;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add background color handling */
  
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-857a6a8b-43ee-463e-8404-9db75ff671ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
  box-sizing: border-box;
}



.s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  
}


@media (min-width: 1200px){#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin: 0 !important;
  overflow: visible;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add background color handling */
  
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-857a6a8b-43ee-463e-8404-9db75ff671ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
  box-sizing: border-box;
}



.s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin: 0 !important;
  overflow: visible;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add background color handling */
  
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-857a6a8b-43ee-463e-8404-9db75ff671ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
  box-sizing: border-box;
}



.s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin: 0 !important;
  overflow: visible;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add background color handling */
  
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-857a6a8b-43ee-463e-8404-9db75ff671ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
  box-sizing: border-box;
}



.s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  
}


}@media (max-width: 767px){#s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  margin: 0 !important;
  overflow: visible;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-857a6a8b-43ee-463e-8404-9db75ff671ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add background color handling */
  
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-857a6a8b-43ee-463e-8404-9db75ff671ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-857a6a8b-43ee-463e-8404-9db75ff671ef.shogun-image {
  box-sizing: border-box;
}



.s-857a6a8b-43ee-463e-8404-9db75ff671ef img.shogun-image {
  
}


}
#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1e320418-ba70-4f39-b7c7-834f46541548 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
  box-sizing: border-box;
}



.s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1e320418-ba70-4f39-b7c7-834f46541548 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
  box-sizing: border-box;
}



.s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1e320418-ba70-4f39-b7c7-834f46541548 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
  box-sizing: border-box;
}



.s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1e320418-ba70-4f39-b7c7-834f46541548 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
  box-sizing: border-box;
}



.s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1e320418-ba70-4f39-b7c7-834f46541548 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e320418-ba70-4f39-b7c7-834f46541548 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1e320418-ba70-4f39-b7c7-834f46541548 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e320418-ba70-4f39-b7c7-834f46541548.shogun-image {
  box-sizing: border-box;
}



.s-1e320418-ba70-4f39-b7c7-834f46541548 img.shogun-image {
  
}


}
#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
  box-sizing: border-box;
}



.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
  box-sizing: border-box;
}



.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
  box-sizing: border-box;
}



.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
  box-sizing: border-box;
}



.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1889d5b4-92a6-4daa-aa94-339b9c35dae4.shogun-image {
  box-sizing: border-box;
}



.s-1889d5b4-92a6-4daa-aa94-339b9c35dae4 img.shogun-image {
  
}


}
#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
  box-sizing: border-box;
}



.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  
}


@media (min-width: 1200px){#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
  box-sizing: border-box;
}



.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
  box-sizing: border-box;
}



.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
  box-sizing: border-box;
}



.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  
}


}@media (max-width: 767px){#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ef6c5-64c7-4de8-96cd-392f4eea8d94.shogun-image {
  box-sizing: border-box;
}



.s-434ef6c5-64c7-4de8-96cd-392f4eea8d94 img.shogun-image {
  
}


}
#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
  box-sizing: border-box;
}



.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  
}


@media (min-width: 1200px){#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
  box-sizing: border-box;
}



.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
  box-sizing: border-box;
}



.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
  box-sizing: border-box;
}



.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  
}


}@media (max-width: 767px){#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa580f03-a860-4c0d-a2bb-0c6903731d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa580f03-a860-4c0d-a2bb-0c6903731d0d.shogun-image {
  box-sizing: border-box;
}



.s-aa580f03-a860-4c0d-a2bb-0c6903731d0d img.shogun-image {
  
}


}
#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin: 0 !important;
  overflow: visible;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add background color handling */
  
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
  box-sizing: border-box;
}



.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  
}


@media (min-width: 1200px){#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin: 0 !important;
  overflow: visible;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add background color handling */
  
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
  box-sizing: border-box;
}



.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin: 0 !important;
  overflow: visible;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add background color handling */
  
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
  box-sizing: border-box;
}



.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin: 0 !important;
  overflow: visible;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add background color handling */
  
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
  box-sizing: border-box;
}



.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  
}


}@media (max-width: 767px){#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  margin: 0 !important;
  overflow: visible;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add background color handling */
  
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd.shogun-image {
  box-sizing: border-box;
}



.s-a8386c82-2f98-44b5-8dc9-bd3a1b14a9fd img.shogun-image {
  
}


}
#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin: 0 !important;
  overflow: visible;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add background color handling */
  
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
  box-sizing: border-box;
}



.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin: 0 !important;
  overflow: visible;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add background color handling */
  
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
  box-sizing: border-box;
}



.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin: 0 !important;
  overflow: visible;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add background color handling */
  
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
  box-sizing: border-box;
}



.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin: 0 !important;
  overflow: visible;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add background color handling */
  
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
  box-sizing: border-box;
}



.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  margin: 0 !important;
  overflow: visible;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66602ca-8c56-4514-b0e9-cbe75cef8433 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add background color handling */
  
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66602ca-8c56-4514-b0e9-cbe75cef8433.shogun-image {
  box-sizing: border-box;
}



.s-b66602ca-8c56-4514-b0e9-cbe75cef8433 img.shogun-image {
  
}


}
#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
  box-sizing: border-box;
}



.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  
}


@media (min-width: 1200px){#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
  box-sizing: border-box;
}



.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
  box-sizing: border-box;
}



.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
  box-sizing: border-box;
}



.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  
}


}@media (max-width: 767px){#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde.shogun-image {
  box-sizing: border-box;
}



.s-5c2c3d30-2a9e-4a50-8832-b042f25fbfde img.shogun-image {
  
}


}
#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin: 0 !important;
  overflow: visible;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add background color handling */
  
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8180528a-83f6-4078-91e9-7e191fdbc481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
  box-sizing: border-box;
}



.s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin: 0 !important;
  overflow: visible;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add background color handling */
  
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8180528a-83f6-4078-91e9-7e191fdbc481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
  box-sizing: border-box;
}



.s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin: 0 !important;
  overflow: visible;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add background color handling */
  
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8180528a-83f6-4078-91e9-7e191fdbc481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
  box-sizing: border-box;
}



.s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin: 0 !important;
  overflow: visible;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add background color handling */
  
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8180528a-83f6-4078-91e9-7e191fdbc481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
  box-sizing: border-box;
}



.s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  margin: 0 !important;
  overflow: visible;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8180528a-83f6-4078-91e9-7e191fdbc481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add background color handling */
  
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8180528a-83f6-4078-91e9-7e191fdbc481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8180528a-83f6-4078-91e9-7e191fdbc481.shogun-image {
  box-sizing: border-box;
}



.s-8180528a-83f6-4078-91e9-7e191fdbc481 img.shogun-image {
  
}


}
#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin: 0 !important;
  overflow: visible;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add background color handling */
  
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
  box-sizing: border-box;
}



.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  
}


@media (min-width: 1200px){#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin: 0 !important;
  overflow: visible;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add background color handling */
  
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
  box-sizing: border-box;
}



.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin: 0 !important;
  overflow: visible;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add background color handling */
  
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
  box-sizing: border-box;
}



.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin: 0 !important;
  overflow: visible;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add background color handling */
  
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
  box-sizing: border-box;
}



.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  
}


}@media (max-width: 767px){#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  margin: 0 !important;
  overflow: visible;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65491c6a-d649-42e7-8709-6c6f6e34fe85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add background color handling */
  
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65491c6a-d649-42e7-8709-6c6f6e34fe85.shogun-image {
  box-sizing: border-box;
}



.s-65491c6a-d649-42e7-8709-6c6f6e34fe85 img.shogun-image {
  
}


}
#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
  box-sizing: border-box;
}



.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  
}


@media (min-width: 1200px){#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
  box-sizing: border-box;
}



.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
  box-sizing: border-box;
}



.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
  box-sizing: border-box;
}



.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  
}


}@media (max-width: 767px){#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  margin: 0 !important;
  overflow: visible;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add background color handling */
  
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d.shogun-image {
  box-sizing: border-box;
}



.s-dcc8e085-d53d-4a9f-a1b6-ea8a250e0e6d img.shogun-image {
  
}


}
#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e3598380-9708-45f2-88fc-5da586df5f2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
  box-sizing: border-box;
}



.s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  
}


@media (min-width: 1200px){#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e3598380-9708-45f2-88fc-5da586df5f2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
  box-sizing: border-box;
}



.s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e3598380-9708-45f2-88fc-5da586df5f2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
  box-sizing: border-box;
}



.s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e3598380-9708-45f2-88fc-5da586df5f2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
  box-sizing: border-box;
}



.s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  
}


}@media (max-width: 767px){#s-e3598380-9708-45f2-88fc-5da586df5f2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3598380-9708-45f2-88fc-5da586df5f2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-e3598380-9708-45f2-88fc-5da586df5f2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3598380-9708-45f2-88fc-5da586df5f2d.shogun-image {
  box-sizing: border-box;
}



.s-e3598380-9708-45f2-88fc-5da586df5f2d img.shogun-image {
  
}


}
#s-51cef158-6735-441a-836f-667f26e86177 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-51cef158-6735-441a-836f-667f26e86177 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cef158-6735-441a-836f-667f26e86177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-51cef158-6735-441a-836f-667f26e86177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cef158-6735-441a-836f-667f26e86177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cef158-6735-441a-836f-667f26e86177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
  box-sizing: border-box;
}



.s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  
}


@media (min-width: 1200px){#s-51cef158-6735-441a-836f-667f26e86177 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cef158-6735-441a-836f-667f26e86177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-51cef158-6735-441a-836f-667f26e86177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cef158-6735-441a-836f-667f26e86177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cef158-6735-441a-836f-667f26e86177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
  box-sizing: border-box;
}



.s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-51cef158-6735-441a-836f-667f26e86177 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cef158-6735-441a-836f-667f26e86177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-51cef158-6735-441a-836f-667f26e86177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cef158-6735-441a-836f-667f26e86177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cef158-6735-441a-836f-667f26e86177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
  box-sizing: border-box;
}



.s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-51cef158-6735-441a-836f-667f26e86177 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cef158-6735-441a-836f-667f26e86177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-51cef158-6735-441a-836f-667f26e86177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cef158-6735-441a-836f-667f26e86177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cef158-6735-441a-836f-667f26e86177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
  box-sizing: border-box;
}



.s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  
}


}@media (max-width: 767px){#s-51cef158-6735-441a-836f-667f26e86177 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cef158-6735-441a-836f-667f26e86177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cef158-6735-441a-836f-667f26e86177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-51cef158-6735-441a-836f-667f26e86177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cef158-6735-441a-836f-667f26e86177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cef158-6735-441a-836f-667f26e86177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cef158-6735-441a-836f-667f26e86177.shogun-image {
  box-sizing: border-box;
}



.s-51cef158-6735-441a-836f-667f26e86177 img.shogun-image {
  
}


}
#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-3972e858-461d-4a98-acf9-d562250c2f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
  box-sizing: border-box;
}



.s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-3972e858-461d-4a98-acf9-d562250c2f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
  box-sizing: border-box;
}



.s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-3972e858-461d-4a98-acf9-d562250c2f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
  box-sizing: border-box;
}



.s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-3972e858-461d-4a98-acf9-d562250c2f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
  box-sizing: border-box;
}



.s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3972e858-461d-4a98-acf9-d562250c2f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3972e858-461d-4a98-acf9-d562250c2f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-3972e858-461d-4a98-acf9-d562250c2f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972e858-461d-4a98-acf9-d562250c2f44.shogun-image {
  box-sizing: border-box;
}



.s-3972e858-461d-4a98-acf9-d562250c2f44 img.shogun-image {
  
}


}
#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
  box-sizing: border-box;
}



.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
  box-sizing: border-box;
}



.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
  box-sizing: border-box;
}



.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
  box-sizing: border-box;
}



.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c2d9c0-17f6-41c9-905a-8085640c4324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c2d9c0-17f6-41c9-905a-8085640c4324.shogun-image {
  box-sizing: border-box;
}



.s-b6c2d9c0-17f6-41c9-905a-8085640c4324 img.shogun-image {
  
}


}
#s-0e26a3f9-bae0-4c09-9f7d-f9a3e7ac0068 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0e26a3f9-bae0-4c09-9f7d-f9a3e7ac0068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e26a3f9-bae0-4c09-9f7d-f9a3e7ac0068.shg-box.shg-c {
  justify-content: center;
}

#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}
@media (min-width: 1200px){#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  display: none;
}
#s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-content-s-541bef75-ee4c-45b4-8fdb-f0287c441375 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  display: none;
}
#s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-content-s-541bef75-ee4c-45b4-8fdb-f0287c441375 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  display: none;
}
#s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-content-s-541bef75-ee4c-45b4-8fdb-f0287c441375 { display: none !important; }}@media (max-width: 767px){#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  display: none;
}
#s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-s-541bef75-ee4c-45b4-8fdb-f0287c441375, #wrap-content-s-541bef75-ee4c-45b4-8fdb-f0287c441375 { display: none !important; }}
#s-541bef75-ee4c-45b4-8fdb-f0287c441375 {
  background-image: url(https://i.shgcdn.com/fa59ec0b-ffc7-4d68-a9cd-f393947b354f/);
}








#s-541bef75-ee4c-45b4-8fdb-f0287c441375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-541bef75-ee4c-45b4-8fdb-f0287c441375.shg-box.shg-c {
  justify-content: flex-end;
}

#s-52f3c11c-b6ca-4855-a0bd-c23bb6ed6bd3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 50%;
background-color: rgba(248, 245, 233, 1);
}
@media (max-width: 767px){#s-52f3c11c-b6ca-4855-a0bd-c23bb6ed6bd3 {
  max-width: 100%;
}
}







#s-52f3c11c-b6ca-4855-a0bd-c23bb6ed6bd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52f3c11c-b6ca-4855-a0bd-c23bb6ed6bd3.shg-box.shg-c {
  justify-content: center;
}

#s-e82e1187-5592-469a-9dab-7502a2530af9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e82e1187-5592-469a-9dab-7502a2530af9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 127, 48, 1);
text-align: right;
text-decoration: none;
}
#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7-root {
    text-align: right;
  }


#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7-root {
    text-align: right;
  }


#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7-root {
    text-align: right;
  }


#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7-root {
    text-align: right;
  }


#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7-root {
    text-align: right;
  }


#s-d12b09ef-22ac-4a9a-90f8-253ae693c5f7.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 {
  display: none;
}
#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-content-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 {
  display: none;
}
#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-content-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 {
  display: none;
}
#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-content-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 { display: none !important; }}@media (max-width: 767px){#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 {
  display: none;
}
#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2, #wrap-content-s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 { display: none !important; }}







#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6629e8e1-b6f7-4e29-b415-3c60cfa3add2.shg-box.shg-c {
  justify-content: center;
}

#s-44d40abe-c553-4e88-b2c7-00d6e231644d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-44d40abe-c553-4e88-b2c7-00d6e231644d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-44d40abe-c553-4e88-b2c7-00d6e231644d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-44d40abe-c553-4e88-b2c7-00d6e231644d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-44d40abe-c553-4e88-b2c7-00d6e231644d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
  box-sizing: border-box;
}



.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
      position: relative;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
  box-sizing: border-box;
}



.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
      position: relative;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
  box-sizing: border-box;
}



.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
      position: relative;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
  box-sizing: border-box;
}



.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
      position: relative;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image {
  box-sizing: border-box;
}



.s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container {
      position: relative;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7c6a889-0819-4e04-8e8a-8092d6da2780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
  box-sizing: border-box;
}



.s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
      position: relative;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
  box-sizing: border-box;
}



.s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
      position: relative;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
  box-sizing: border-box;
}



.s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
      position: relative;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
  box-sizing: border-box;
}



.s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
      position: relative;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-362480f0-db74-4886-94db-c5ee2c95b8f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image {
  box-sizing: border-box;
}



.s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container {
      position: relative;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362480f0-db74-4886-94db-c5ee2c95b8f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(42, 42, 42, 1);
}
@media (min-width: 1200px){#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 {
  display: none;
}
#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-content-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 {
  display: none;
}
#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-content-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 {
  display: none;
}
#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-content-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 { display: none !important; }}@media (max-width: 767px){#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 {
  display: none;
}
#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8, #wrap-content-s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 { display: none !important; }}







#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27bd8283-ea81-4f1a-9a0d-3a63806aeff8.shg-box.shg-c {
  justify-content: center;
}

#s-71df668d-402b-4de7-b105-24197c06b93c {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
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, 0.53);
border-style: solid;
min-height: 500px;
background-color: rgba(42, 42, 42, 1);
}








#s-71df668d-402b-4de7-b105-24197c06b93c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71df668d-402b-4de7-b105-24197c06b93c.shg-box.shg-c {
  justify-content: center;
}

#s-7ac21b82-655d-418a-a6b4-94468a4c4ce8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
}








#s-7ac21b82-655d-418a-a6b4-94468a4c4ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ac21b82-655d-418a-a6b4-94468a4c4ce8.shg-box.shg-c {
  justify-content: center;
}

#s-757c321a-5f71-40df-b058-85175912872f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-757c321a-5f71-40df-b058-85175912872f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757c321a-5f71-40df-b058-85175912872f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-757c321a-5f71-40df-b058-85175912872f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-757c321a-5f71-40df-b058-85175912872f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce58f55c-6a5d-42c7-bf7d-1f39fcea4cd9 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-ce58f55c-6a5d-42c7-bf7d-1f39fcea4cd9 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 500px;
}
}







#s-ce58f55c-6a5d-42c7-bf7d-1f39fcea4cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce58f55c-6a5d-42c7-bf7d-1f39fcea4cd9.shg-box.shg-c {
  justify-content: center;
}

#s-2a4586c8-6d45-44b0-a934-30ee2c66008f {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2a4586c8-6d45-44b0-a934-30ee2c66008f {
  margin-top: 1%;
margin-bottom: 1%;
}
}
#s-2a4586c8-6d45-44b0-a934-30ee2c66008f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-2a4586c8-6d45-44b0-a934-30ee2c66008f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-fbc48d8c-ed5c-4dbb-b0a8-962fe7c39195 {
  margin-left: 0%;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
max-width: 90%;
}

#s-93cbd605-a044-4422-b690-2313d7507455 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-93cbd605-a044-4422-b690-2313d7507455 {
  min-height: 500px;
}
}







#s-93cbd605-a044-4422-b690-2313d7507455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93cbd605-a044-4422-b690-2313d7507455.shg-box.shg-c {
  justify-content: center;
}

#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 245, 233, 1);
}
@media (min-width: 1200px){#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 {
  display: none;
}
#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-content-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 {
  display: none;
}
#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-content-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 {
  display: none;
}
#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-content-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 { display: none !important; }}@media (max-width: 767px){#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 {
  display: none;
}
#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54, #wrap-content-s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 { display: none !important; }}







#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a10523-f1ba-43e7-b41e-a45d7bdaae54.shg-box.shg-c {
  justify-content: center;
}

#s-ac3f9b66-aca9-42b5-bf99-858aaa9562d2 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-ac3f9b66-aca9-42b5-bf99-858aaa9562d2 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-b933ff1f-da16-49f9-bac0-63476c61a81b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b933ff1f-da16-49f9-bac0-63476c61a81b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b933ff1f-da16-49f9-bac0-63476c61a81b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b933ff1f-da16-49f9-bac0-63476c61a81b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-ad8eeeca-78e3-416b-a6da-45bdd9783fa6 {
  margin-bottom: 20px;
}

#s-ad8eeeca-78e3-416b-a6da-45bdd9783fa6 .shogun-icon-wrapper {
  text-align: center;
}


#s-ad8eeeca-78e3-416b-a6da-45bdd9783fa6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-4def9fcf-a38d-400b-a96c-d11ed8b5bead {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4def9fcf-a38d-400b-a96c-d11ed8b5bead .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  
}



#s-553d2e2d-7dd2-4314-95a2-50b13b3302f1 {
  margin-bottom: 20px;
}

#s-553d2e2d-7dd2-4314-95a2-50b13b3302f1 .shogun-icon-wrapper {
  text-align: center;
}


#s-553d2e2d-7dd2-4314-95a2-50b13b3302f1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-604bce09-cd15-4def-9c0e-69027d3b1072 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-604bce09-cd15-4def-9c0e-69027d3b1072 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  
}



#s-d941b920-3e67-493a-936c-7fa114e62ce3 {
  margin-bottom: 20px;
}

#s-d941b920-3e67-493a-936c-7fa114e62ce3 .shogun-icon-wrapper {
  text-align: center;
}


#s-d941b920-3e67-493a-936c-7fa114e62ce3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-ef11b687-69ee-4389-bb8f-5321bf0edb81 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ef11b687-69ee-4389-bb8f-5321bf0edb81 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  
}



#s-e07e8033-bcc0-4562-a574-63c706b05ba2 {
  margin-bottom: 20px;
}

#s-e07e8033-bcc0-4562-a574-63c706b05ba2 .shogun-icon-wrapper {
  text-align: center;
}


#s-e07e8033-bcc0-4562-a574-63c706b05ba2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-d15f4604-3a18-428e-ab8c-784bc2628996 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d15f4604-3a18-428e-ab8c-784bc2628996 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  
}



#s-81d4fabf-a661-4b39-88ed-25094dc1c75f {
  margin-bottom: 20px;
}

#s-81d4fabf-a661-4b39-88ed-25094dc1c75f .shogun-icon-wrapper {
  text-align: center;
}


#s-81d4fabf-a661-4b39-88ed-25094dc1c75f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-7d2461e0-6745-4c99-9e29-47f8f7372cf0 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7d2461e0-6745-4c99-9e29-47f8f7372cf0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  
}



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

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

#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae {
  display: none;
}
#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-content-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae {
  display: none;
}
#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-content-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae {
  display: none;
}
#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-content-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae { display: none !important; }}@media (max-width: 767px){#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae {
  display: none;
}
#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae, #wrap-content-s-7bf6efd0-dbbe-4beb-8617-b93e99080eae { display: none !important; }}
#s-7bf6efd0-dbbe-4beb-8617-b93e99080eae hr {
  border-top: 2px solid rgba(255, 127, 48, 1);
}

#s-9e46620f-fb96-4e0c-b186-9664681d59fb {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 245, 233, 1);
}
@media (min-width: 1200px){#s-9e46620f-fb96-4e0c-b186-9664681d59fb {
  display: none;
}
#s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-content-s-9e46620f-fb96-4e0c-b186-9664681d59fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e46620f-fb96-4e0c-b186-9664681d59fb {
  display: none;
}
#s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-content-s-9e46620f-fb96-4e0c-b186-9664681d59fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e46620f-fb96-4e0c-b186-9664681d59fb {
  display: none;
}
#s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-content-s-9e46620f-fb96-4e0c-b186-9664681d59fb { display: none !important; }}@media (max-width: 767px){#s-9e46620f-fb96-4e0c-b186-9664681d59fb {
  display: none;
}
#s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-s-9e46620f-fb96-4e0c-b186-9664681d59fb, #wrap-content-s-9e46620f-fb96-4e0c-b186-9664681d59fb { display: none !important; }}







#s-9e46620f-fb96-4e0c-b186-9664681d59fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e46620f-fb96-4e0c-b186-9664681d59fb.shg-box.shg-c {
  justify-content: center;
}

#s-e74251ef-7a6f-4b0d-9f03-70076f48e1c4 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-e74251ef-7a6f-4b0d-9f03-70076f48e1c4 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-1c87bcac-962c-49b5-91ab-25dc991b4fa7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1c87bcac-962c-49b5-91ab-25dc991b4fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1c87bcac-962c-49b5-91ab-25dc991b4fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c87bcac-962c-49b5-91ab-25dc991b4fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-4bd67ce6-2c48-4e6f-ba2b-12195e36b5ca {
  margin-bottom: 10px;
text-align: center;
}

#s-4bd67ce6-2c48-4e6f-ba2b-12195e36b5ca {
  overflow: hidden;
  
  
}







  #s-4bd67ce6-2c48-4e6f-ba2b-12195e36b5ca img.shogun-image {
    

    
    
    
  }


#s-4bd67ce6-2c48-4e6f-ba2b-12195e36b5ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-cdc5e77b-902f-40d0-8213-5af08e0d3423 {
  margin-bottom: 10px;
text-align: center;
}

#s-cdc5e77b-902f-40d0-8213-5af08e0d3423 {
  overflow: hidden;
  
  
}







  #s-cdc5e77b-902f-40d0-8213-5af08e0d3423 img.shogun-image {
    

    
    
    
  }


#s-cdc5e77b-902f-40d0-8213-5af08e0d3423 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e0242469-c1ae-45c6-a246-8506f5b9878d {
  margin-bottom: 10px;
text-align: center;
}

#s-e0242469-c1ae-45c6-a246-8506f5b9878d {
  overflow: hidden;
  
  
}







  #s-e0242469-c1ae-45c6-a246-8506f5b9878d img.shogun-image {
    

    
    
    
  }


#s-e0242469-c1ae-45c6-a246-8506f5b9878d .shogun-image-content {
  
    justify-content: center;
  
}

#s-0aca69c6-9c5a-4744-9d9c-b9b6de1e9c2c {
  margin-bottom: 10px;
text-align: center;
}

#s-0aca69c6-9c5a-4744-9d9c-b9b6de1e9c2c {
  overflow: hidden;
  
  
}







  #s-0aca69c6-9c5a-4744-9d9c-b9b6de1e9c2c img.shogun-image {
    

    
    
    
  }


#s-0aca69c6-9c5a-4744-9d9c-b9b6de1e9c2c .shogun-image-content {
  
    justify-content: center;
  
}

#s-44c50d10-7eb4-4756-be75-2dbae7d9ff67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-44c50d10-7eb4-4756-be75-2dbae7d9ff67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44c50d10-7eb4-4756-be75-2dbae7d9ff67.shg-box.shg-c {
  justify-content: center;
}

#s-f579a4dc-09fb-41b8-b61c-a236afd5e50d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 1%;
padding-bottom: 30px;
padding-right: 1%;
min-height: 50px;
max-width: 1400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  display: none;
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-content-s-ac16db37-a385-47fc-9f49-a9f12cc34606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  display: none;
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-content-s-ac16db37-a385-47fc-9f49-a9f12cc34606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  display: none;
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-content-s-ac16db37-a385-47fc-9f49-a9f12cc34606 { display: none !important; }}@media (max-width: 767px){#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  display: none;
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-s-ac16db37-a385-47fc-9f49-a9f12cc34606, #wrap-content-s-ac16db37-a385-47fc-9f49-a9f12cc34606 { display: none !important; }}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/480x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/960x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/768x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/1536x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/1024x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/2048x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/1200x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ac16db37-a385-47fc-9f49-a9f12cc34606 {
  background-image: url(https://i.shgcdn.com/7bbe3b1b-a9a2-49d7-a818-0b5f9ce8482a/-/resize/2048x/);
}
#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ac16db37-a385-47fc-9f49-a9f12cc34606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac16db37-a385-47fc-9f49-a9f12cc34606.shg-box.shg-c {
  justify-content: center;
}

#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 {
  display: none;
}
#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-content-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 {
  display: none;
}
#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-content-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 {
  display: none;
}
#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933, #wrap-content-s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 { display: none !important; }}







#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff7f7ae0-35d8-44be-a580-6b767e5ff933.shg-box.shg-c {
  justify-content: center;
}

#s-8157fd41-c3ae-4658-b660-ca460c91403a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8157fd41-c3ae-4658-b660-ca460c91403a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 56px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8157fd41-c3ae-4658-b660-ca460c91403a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-86e965d5-359f-4b18-a099-0b8565ef6e95 {
  margin-left: 45%;
margin-right: 45%;
}

#s-86e965d5-359f-4b18-a099-0b8565ef6e95 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-fcff4a27-97d2-4ca5-8799-4d9c7387d6a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcff4a27-97d2-4ca5-8799-4d9c7387d6a9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 56px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fcff4a27-97d2-4ca5-8799-4d9c7387d6a9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-f21976f2-7b89-4ea6-ac69-9836f23204f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f21976f2-7b89-4ea6-ac69-9836f23204f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f21976f2-7b89-4ea6-ac69-9836f23204f8.shg-box.shg-c {
  justify-content: center;
}

#s-43b06d31-84b8-4212-8478-2f5955ad7393 {
  margin-left: 45%;
margin-right: 45%;
}

#s-43b06d31-84b8-4212-8478-2f5955ad7393 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-71da962b-b3a0-4a96-8462-0c85d1fb6db8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71da962b-b3a0-4a96-8462-0c85d1fb6db8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 56px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-71da962b-b3a0-4a96-8462-0c85d1fb6db8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-44b66093-3456-412e-970f-7f6b94e865fc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-44b66093-3456-412e-970f-7f6b94e865fc {
  display: none;
}
#s-44b66093-3456-412e-970f-7f6b94e865fc, #wrap-s-44b66093-3456-412e-970f-7f6b94e865fc, #wrap-content-s-44b66093-3456-412e-970f-7f6b94e865fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-sm-1_2 {
  width: calc(10.0% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-md-1_2 {
  width: calc(10.0% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-lg-1_2 {
  width: calc(10.0% - 0.0px);
}

[id="s-44b66093-3456-412e-970f-7f6b94e865fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9c308b70-9a9f-4a09-b3d9-88a4994c9926 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c308b70-9a9f-4a09-b3d9-88a4994c9926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c308b70-9a9f-4a09-b3d9-88a4994c9926.shg-box.shg-c {
  justify-content: center;
}

#s-2b311652-3814-4e02-a0b5-dc723b2465ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2b311652-3814-4e02-a0b5-dc723b2465ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b311652-3814-4e02-a0b5-dc723b2465ee.shg-box.shg-c {
  justify-content: center;
}

#s-d3f6868d-97b4-4c2c-8d5a-35ea8fddddae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d3f6868d-97b4-4c2c-8d5a-35ea8fddddae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3f6868d-97b4-4c2c-8d5a-35ea8fddddae.shg-box.shg-c {
  justify-content: center;
}

#s-a4eb468a-c9ef-4b4e-a947-bd63247c414d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4eb468a-c9ef-4b4e-a947-bd63247c414d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e03011c7-827f-47f4-9255-cb0c2c2aad8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e03011c7-827f-47f4-9255-cb0c2c2aad8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e03011c7-827f-47f4-9255-cb0c2c2aad8e.shg-box.shg-c {
  justify-content: center;
}

#s-62790dc1-59e8-456b-8e7d-8a52f42bbad3 {
  margin-left: 45%;
margin-right: 45%;
}

#s-62790dc1-59e8-456b-8e7d-8a52f42bbad3 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-ce5aa56d-3e4a-4a4f-9414-a8acf3e7d51b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ce5aa56d-3e4a-4a4f-9414-a8acf3e7d51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5aa56d-3e4a-4a4f-9414-a8acf3e7d51b.shg-box.shg-c {
  justify-content: center;
}

#s-bb176f87-d27d-4c34-bd63-57b896e08959 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb176f87-d27d-4c34-bd63-57b896e08959 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e93eb523-a653-4814-bfa8-73c37f52ade5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e93eb523-a653-4814-bfa8-73c37f52ade5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e93eb523-a653-4814-bfa8-73c37f52ade5.shg-box.shg-c {
  justify-content: center;
}

#s-c52580a7-00a0-4866-939a-848a5c4b2a17 {
  margin-left: 45%;
margin-right: 45%;
}

#s-c52580a7-00a0-4866-939a-848a5c4b2a17 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-6a9d1094-f98e-46bc-8850-9306daf2d41e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6a9d1094-f98e-46bc-8850-9306daf2d41e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a9d1094-f98e-46bc-8850-9306daf2d41e.shg-box.shg-c {
  justify-content: center;
}

#s-635a18ef-32d9-4e3b-be9a-0420d75ee7f6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-635a18ef-32d9-4e3b-be9a-0420d75ee7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-635a18ef-32d9-4e3b-be9a-0420d75ee7f6.shg-box.shg-c {
  justify-content: center;
}

#s-6ebca9fc-f6c6-4769-a188-87772e594530 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ebca9fc-f6c6-4769-a188-87772e594530 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-34cadcb1-cc4e-475a-9d43-953022533d28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
text-align: center;
}

#s-34cadcb1-cc4e-475a-9d43-953022533d28 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98-root {
    text-align: center;
  }


#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98-root {
    text-align: center;
  }


#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98-root {
    text-align: center;
  }


#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98-root {
    text-align: center;
  }


#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98-root {
    text-align: center;
  }


#s-07e1e5f2-1f9f-42b9-bec6-261ce06b7c98.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 600;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-34c128d8-00a8-4069-8b47-c312d05ebf0d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: #252525;
}
@media (min-width: 1200px){#s-34c128d8-00a8-4069-8b47-c312d05ebf0d {
  display: none;
}
#s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-content-s-34c128d8-00a8-4069-8b47-c312d05ebf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34c128d8-00a8-4069-8b47-c312d05ebf0d {
  display: none;
}
#s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-content-s-34c128d8-00a8-4069-8b47-c312d05ebf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34c128d8-00a8-4069-8b47-c312d05ebf0d {
  display: none;
}
#s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-content-s-34c128d8-00a8-4069-8b47-c312d05ebf0d { display: none !important; }}@media (max-width: 767px){#s-34c128d8-00a8-4069-8b47-c312d05ebf0d {
  display: none;
}
#s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-s-34c128d8-00a8-4069-8b47-c312d05ebf0d, #wrap-content-s-34c128d8-00a8-4069-8b47-c312d05ebf0d { display: none !important; }}







#s-34c128d8-00a8-4069-8b47-c312d05ebf0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34c128d8-00a8-4069-8b47-c312d05ebf0d.shg-box.shg-c {
  justify-content: center;
}

#s-73d86fc5-887c-4fd3-a1ec-6d5f34249af5 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.53);
border-style: solid;
border-radius: 30px;
min-height: 500px;
background-color: rgba(253, 201, 160, 1);
}








#s-73d86fc5-887c-4fd3-a1ec-6d5f34249af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73d86fc5-887c-4fd3-a1ec-6d5f34249af5.shg-box.shg-c {
  justify-content: center;
}

#s-2a233ec4-3d95-4f5d-bb22-413874f56fb3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 245, 233, 1);
}
@media (max-width: 767px){#s-2a233ec4-3d95-4f5d-bb22-413874f56fb3 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-2a233ec4-3d95-4f5d-bb22-413874f56fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a233ec4-3d95-4f5d-bb22-413874f56fb3.shg-box.shg-c {
  justify-content: center;
}

#s-3fb5fe85-426c-4cec-b9c5-abf077d078a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-3fb5fe85-426c-4cec-b9c5-abf077d078a1 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
#s-3fb5fe85-426c-4cec-b9c5-abf077d078a1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-3fb5fe85-426c-4cec-b9c5-abf077d078a1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-208d9f5a-4091-497e-a7ed-8164a13ac3df {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
max-width: 90%;
}

#s-44023909-9362-4d09-91f1-4ce17ad674d1 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 14px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-44023909-9362-4d09-91f1-4ce17ad674d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44023909-9362-4d09-91f1-4ce17ad674d1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-44023909-9362-4d09-91f1-4ce17ad674d1 {
  margin-top: 0%;
margin-bottom: 1%;
}
}

  #s-44023909-9362-4d09-91f1-4ce17ad674d1-root {
    text-align: center;
  }


#s-44023909-9362-4d09-91f1-4ce17ad674d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Inria Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44023909-9362-4d09-91f1-4ce17ad674d1-root {
    text-align: center;
  }


#s-44023909-9362-4d09-91f1-4ce17ad674d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Inria Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44023909-9362-4d09-91f1-4ce17ad674d1-root {
    text-align: center;
  }


#s-44023909-9362-4d09-91f1-4ce17ad674d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Inria Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44023909-9362-4d09-91f1-4ce17ad674d1-root {
    text-align: center;
  }


#s-44023909-9362-4d09-91f1-4ce17ad674d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Inria Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44023909-9362-4d09-91f1-4ce17ad674d1-root {
    text-align: center;
  }


#s-44023909-9362-4d09-91f1-4ce17ad674d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Inria Sans;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc {
  display: none;
}
#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-content-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc {
  display: none;
}
#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-content-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc {
  display: none;
}
#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-content-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc { display: none !important; }}@media (max-width: 767px){#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc {
  display: none;
}
#s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc, #wrap-content-s-72aa7a3f-94d0-48b8-bd37-50199ed35fbc { display: none !important; }}
#s-d715b730-9027-42e4-b418-cd52da4edcd6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d715b730-9027-42e4-b418-cd52da4edcd6 {
  display: none;
}
#s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-content-s-d715b730-9027-42e4-b418-cd52da4edcd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d715b730-9027-42e4-b418-cd52da4edcd6 {
  display: none;
}
#s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-content-s-d715b730-9027-42e4-b418-cd52da4edcd6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d715b730-9027-42e4-b418-cd52da4edcd6 {
  display: none;
}
#s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-content-s-d715b730-9027-42e4-b418-cd52da4edcd6 { display: none !important; }}@media (max-width: 767px){#s-d715b730-9027-42e4-b418-cd52da4edcd6 {
  display: none;
}
#s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-s-d715b730-9027-42e4-b418-cd52da4edcd6, #wrap-content-s-d715b730-9027-42e4-b418-cd52da4edcd6 { display: none !important; }}
#s-723fcf11-00fb-40c2-9d11-dd37ac2d5398 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-723fcf11-00fb-40c2-9d11-dd37ac2d5398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-723fcf11-00fb-40c2-9d11-dd37ac2d5398.shg-box.shg-c {
  justify-content: center;
}

#s-9e3c61da-bae3-46ee-a512-ac5c38b196f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-9e3c61da-bae3-46ee-a512-ac5c38b196f2 {
  
}
}@media (max-width: 767px){#s-9e3c61da-bae3-46ee-a512-ac5c38b196f2 {
  
}
}
#s-98ebaab2-c418-4804-b1d6-11a8da6f46b7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98ebaab2-c418-4804-b1d6-11a8da6f46b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-826bc06f-b0cd-4e71-9136-7ce178989e1a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-9a2e1fca-b29e-4615-b2e6-1cd46899ee01 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}

@media (min-width: 0px) {
[id="s-9a2e1fca-b29e-4615-b2e6-1cd46899ee01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a2e1fca-b29e-4615-b2e6-1cd46899ee01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9a2e1fca-b29e-4615-b2e6-1cd46899ee01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a2e1fca-b29e-4615-b2e6-1cd46899ee01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcd72293-f347-4917-bdbd-fc5c74e0227d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 101, 8, 1);
text-align: center;
text-decoration: none;
}
#s-dcd72293-f347-4917-bdbd-fc5c74e0227d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcd72293-f347-4917-bdbd-fc5c74e0227d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcd72293-f347-4917-bdbd-fc5c74e0227d-root {
    text-align: center;
  }


#s-dcd72293-f347-4917-bdbd-fc5c74e0227d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcd72293-f347-4917-bdbd-fc5c74e0227d-root {
    text-align: center;
  }


#s-dcd72293-f347-4917-bdbd-fc5c74e0227d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcd72293-f347-4917-bdbd-fc5c74e0227d-root {
    text-align: center;
  }


#s-dcd72293-f347-4917-bdbd-fc5c74e0227d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcd72293-f347-4917-bdbd-fc5c74e0227d-root {
    text-align: center;
  }


#s-dcd72293-f347-4917-bdbd-fc5c74e0227d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcd72293-f347-4917-bdbd-fc5c74e0227d-root {
    text-align: center;
  }


#s-dcd72293-f347-4917-bdbd-fc5c74e0227d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 101, 8, 1);
text-align: center;
text-decoration: none;
}
#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce {
  margin-top: 5px;
margin-bottom: 5px;
}
}

  #s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce-root {
    text-align: center;
  }


#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce-root {
    text-align: center;
  }


#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce-root {
    text-align: center;
  }


#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce-root {
    text-align: center;
  }


#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce-root {
    text-align: center;
  }


#s-98f6eb5d-bef8-4d05-8a47-fb94d28937ce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-17475d98-5fc5-489c-acc7-7710a1455113 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 101, 8, 1);
text-align: center;
text-decoration: none;
}
#s-17475d98-5fc5-489c-acc7-7710a1455113:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17475d98-5fc5-489c-acc7-7710a1455113:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17475d98-5fc5-489c-acc7-7710a1455113-root {
    text-align: center;
  }


#s-17475d98-5fc5-489c-acc7-7710a1455113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-17475d98-5fc5-489c-acc7-7710a1455113-root {
    text-align: center;
  }


#s-17475d98-5fc5-489c-acc7-7710a1455113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17475d98-5fc5-489c-acc7-7710a1455113-root {
    text-align: center;
  }


#s-17475d98-5fc5-489c-acc7-7710a1455113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17475d98-5fc5-489c-acc7-7710a1455113-root {
    text-align: center;
  }


#s-17475d98-5fc5-489c-acc7-7710a1455113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-17475d98-5fc5-489c-acc7-7710a1455113-root {
    text-align: center;
  }


#s-17475d98-5fc5-489c-acc7-7710a1455113.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-0d3a5384-1c12-42f8-b4fe-81484416491f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0d3a5384-1c12-42f8-b4fe-81484416491f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d3a5384-1c12-42f8-b4fe-81484416491f.shg-box.shg-c {
  justify-content: center;
}

#s-f010bf8e-a28f-4a1a-92ba-f17fd2d2534d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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}