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

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

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

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

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

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

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

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

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

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

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

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

#s-9220038b-6694-49b5-9f0b-f7cea14c8c36 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9220038b-6694-49b5-9f0b-f7cea14c8c36 {
  display: none;
}
#s-9220038b-6694-49b5-9f0b-f7cea14c8c36, #wrap-s-9220038b-6694-49b5-9f0b-f7cea14c8c36, #wrap-content-s-9220038b-6694-49b5-9f0b-f7cea14c8c36 { display: none !important; }}@media (max-width: 767px){#s-9220038b-6694-49b5-9f0b-f7cea14c8c36 {
  display: none;
}
#s-9220038b-6694-49b5-9f0b-f7cea14c8c36, #wrap-s-9220038b-6694-49b5-9f0b-f7cea14c8c36, #wrap-content-s-9220038b-6694-49b5-9f0b-f7cea14c8c36 { display: none !important; }}







#s-9220038b-6694-49b5-9f0b-f7cea14c8c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9220038b-6694-49b5-9f0b-f7cea14c8c36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-1fc28234-256c-4ea9-bf06-9bb69abcabab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fc28234-256c-4ea9-bf06-9bb69abcabab .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

#s-d9301a45-1260-4155-99bd-257ef0a379f1 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9301a45-1260-4155-99bd-257ef0a379f1 {
  display: none;
}
#s-d9301a45-1260-4155-99bd-257ef0a379f1, #wrap-s-d9301a45-1260-4155-99bd-257ef0a379f1, #wrap-content-s-d9301a45-1260-4155-99bd-257ef0a379f1 { display: none !important; }}@media (max-width: 767px){#s-d9301a45-1260-4155-99bd-257ef0a379f1 {
  display: none;
}
#s-d9301a45-1260-4155-99bd-257ef0a379f1, #wrap-s-d9301a45-1260-4155-99bd-257ef0a379f1, #wrap-content-s-d9301a45-1260-4155-99bd-257ef0a379f1 { display: none !important; }}
#s-d9301a45-1260-4155-99bd-257ef0a379f1 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-d9301a45-1260-4155-99bd-257ef0a379f1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d9301a45-1260-4155-99bd-257ef0a379f1 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d9301a45-1260-4155-99bd-257ef0a379f1 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-d9301a45-1260-4155-99bd-257ef0a379f1 td.shogun-table-column, #s-d9301a45-1260-4155-99bd-257ef0a379f1 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-b23f324f-4851-4414-97de-d06aefbc2da3 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b23f324f-4851-4414-97de-d06aefbc2da3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  max-width: 70px;
text-align: center;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  margin: 0 !important;
  overflow: visible;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add background color handling */
  
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
  box-sizing: border-box;
}



.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  
}


@media (min-width: 1200px){#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  margin: 0 !important;
  overflow: visible;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add background color handling */
  
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
  box-sizing: border-box;
}



.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  margin: 0 !important;
  overflow: visible;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add background color handling */
  
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
  box-sizing: border-box;
}



.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  margin: 0 !important;
  overflow: visible;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add background color handling */
  
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
  box-sizing: border-box;
}



.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  
}


}@media (max-width: 767px){#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  margin: 0 !important;
  overflow: visible;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add background color handling */
  
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f.shogun-image {
  box-sizing: border-box;
}



.s-cf94f6a2-0563-454e-a7cf-bd82e0c0391f img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-927ba73a-5759-47d5-af0e-871d36cd9b89 {
  padding-top: 22px;
}

#s-d152c822-576c-46f8-b859-8d67561ce18e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152c822-576c-46f8-b859-8d67561ce18e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  max-width: 70px;
text-align: center;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
  box-sizing: border-box;
}



.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
  box-sizing: border-box;
}



.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
  box-sizing: border-box;
}



.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
  box-sizing: border-box;
}



.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79.shogun-image {
  box-sizing: border-box;
}



.s-b1b7aeb4-2085-4c00-b4d0-62bd0bf72f79 img.shogun-image {
  
}


}
#s-0a0fc557-d775-48ba-a7d9-f44d988c3aba {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7abd7fa1-a71b-48e5-bdec-1a4fd0681efc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin: 0 !important;
  overflow: visible;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add background color handling */
  
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f05641e9-59c6-4e70-8440-bd101a2dd090 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
  box-sizing: border-box;
}



.s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin: 0 !important;
  overflow: visible;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add background color handling */
  
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f05641e9-59c6-4e70-8440-bd101a2dd090 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
  box-sizing: border-box;
}



.s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin: 0 !important;
  overflow: visible;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add background color handling */
  
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f05641e9-59c6-4e70-8440-bd101a2dd090 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
  box-sizing: border-box;
}



.s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin: 0 !important;
  overflow: visible;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add background color handling */
  
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f05641e9-59c6-4e70-8440-bd101a2dd090 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
  box-sizing: border-box;
}



.s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  margin: 0 !important;
  overflow: visible;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f05641e9-59c6-4e70-8440-bd101a2dd090 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add background color handling */
  
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f05641e9-59c6-4e70-8440-bd101a2dd090 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05641e9-59c6-4e70-8440-bd101a2dd090.shogun-image {
  box-sizing: border-box;
}



.s-f05641e9-59c6-4e70-8440-bd101a2dd090 img.shogun-image {
  
}


}
#s-43429a3a-9bd2-40cd-a6a6-f1325c80b6dc {
  padding-top: 22px;
}

#s-6dd19644-e431-4b3a-9556-fa0db4048504 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd19644-e431-4b3a-9556-fa0db4048504"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin: 0 !important;
  overflow: visible;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add background color handling */
  
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911e8032-37f9-4de8-9fe3-0bc2f67addea .shogun-image-content {
  
    justify-content: center;
  
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
  box-sizing: border-box;
}



.s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  
}


@media (min-width: 1200px){#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin: 0 !important;
  overflow: visible;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add background color handling */
  
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911e8032-37f9-4de8-9fe3-0bc2f67addea .shogun-image-content {
  
    justify-content: center;
  
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
  box-sizing: border-box;
}



.s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin: 0 !important;
  overflow: visible;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add background color handling */
  
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911e8032-37f9-4de8-9fe3-0bc2f67addea .shogun-image-content {
  
    justify-content: center;
  
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
  box-sizing: border-box;
}



.s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin: 0 !important;
  overflow: visible;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add background color handling */
  
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911e8032-37f9-4de8-9fe3-0bc2f67addea .shogun-image-content {
  
    justify-content: center;
  
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
  box-sizing: border-box;
}



.s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  
}


}@media (max-width: 767px){#s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  margin: 0 !important;
  overflow: visible;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911e8032-37f9-4de8-9fe3-0bc2f67addea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add background color handling */
  
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911e8032-37f9-4de8-9fe3-0bc2f67addea .shogun-image-content {
  
    justify-content: center;
  
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911e8032-37f9-4de8-9fe3-0bc2f67addea.shogun-image {
  box-sizing: border-box;
}



.s-911e8032-37f9-4de8-9fe3-0bc2f67addea img.shogun-image {
  
}


}
#s-405b9ee1-d6ca-4187-a001-4de39c4f72a2 {
  padding-top: 22px;
}

#s-42e5931c-295f-4248-886f-97d032999077 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42e5931c-295f-4248-886f-97d032999077"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  max-width: 70px;
text-align: center;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
  box-sizing: border-box;
}



.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
  box-sizing: border-box;
}



.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
  box-sizing: border-box;
}



.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
  box-sizing: border-box;
}



.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  margin: 0 !important;
  overflow: visible;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cd2c121-78b1-4f26-b020-a50e9accbb06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add background color handling */
  
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd2c121-78b1-4f26-b020-a50e9accbb06.shogun-image {
  box-sizing: border-box;
}



.s-2cd2c121-78b1-4f26-b020-a50e9accbb06 img.shogun-image {
  
}


}
#s-29fcda20-b1a9-4794-8c3e-010de0b3de1e {
  padding-top: 22px;
}

#s-305b4b6d-1520-4d0a-979c-b106d2cbd535 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305b4b6d-1520-4d0a-979c-b106d2cbd535"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  max-width: 70px;
text-align: center;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
  box-sizing: border-box;
}



.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
  box-sizing: border-box;
}



.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
  box-sizing: border-box;
}



.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
  box-sizing: border-box;
}



.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40fc08c-110c-4c10-bf27-8e0eb1b85868.shogun-image {
  box-sizing: border-box;
}



.s-e40fc08c-110c-4c10-bf27-8e0eb1b85868 img.shogun-image {
  
}


}
#s-e0acc2bf-b3ba-430a-beee-b54e396da8e7 {
  padding-top: 22px;
}

#s-6f844f82-22c5-4b47-9ec5-bbe03e53b321 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f844f82-22c5-4b47-9ec5-bbe03e53b321"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin: 0 !important;
  overflow: visible;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add background color handling */
  
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab .shogun-image-content {
  
    justify-content: center;
  
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
  box-sizing: border-box;
}



.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  
}


@media (min-width: 1200px){#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin: 0 !important;
  overflow: visible;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add background color handling */
  
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab .shogun-image-content {
  
    justify-content: center;
  
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
  box-sizing: border-box;
}



.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin: 0 !important;
  overflow: visible;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add background color handling */
  
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab .shogun-image-content {
  
    justify-content: center;
  
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
  box-sizing: border-box;
}



.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin: 0 !important;
  overflow: visible;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add background color handling */
  
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab .shogun-image-content {
  
    justify-content: center;
  
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
  box-sizing: border-box;
}



.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  
}


}@media (max-width: 767px){#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  margin: 0 !important;
  overflow: visible;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add background color handling */
  
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab .shogun-image-content {
  
    justify-content: center;
  
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab.shogun-image {
  box-sizing: border-box;
}



.s-aad86ecc-a411-4cf1-9e60-d7b9ecbecdab img.shogun-image {
  
}


}
#s-662a84c0-0688-41ea-9d79-e8ac57204f20 {
  padding-top: 22px;
}

#s-32839be0-1fc0-4d5f-a221-c23c834bddd0 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32839be0-1fc0-4d5f-a221-c23c834bddd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  max-width: 70px;
text-align: center;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
  box-sizing: border-box;
}



.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
  box-sizing: border-box;
}



.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
  box-sizing: border-box;
}



.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
  box-sizing: border-box;
}



.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95adab49-b2c4-47ea-a7a5-956c0618e4b4.shogun-image {
  box-sizing: border-box;
}



.s-95adab49-b2c4-47ea-a7a5-956c0618e4b4 img.shogun-image {
  
}


}
#s-4ba83c67-372d-49f9-9a87-579f83344791 {
  padding-top: 22px;
}

#s-97d30df9-63f4-4cfd-8b1e-c866cab33a98 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d30df9-63f4-4cfd-8b1e-c866cab33a98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin: 0 !important;
  overflow: visible;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add background color handling */
  
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
  box-sizing: border-box;
}



.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  
}


@media (min-width: 1200px){#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin: 0 !important;
  overflow: visible;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add background color handling */
  
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
  box-sizing: border-box;
}



.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin: 0 !important;
  overflow: visible;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add background color handling */
  
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
  box-sizing: border-box;
}



.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin: 0 !important;
  overflow: visible;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add background color handling */
  
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
  box-sizing: border-box;
}



.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  
}


}@media (max-width: 767px){#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  margin: 0 !important;
  overflow: visible;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-799c99ae-6b8a-432a-bcb5-5804f95abf44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add background color handling */
  
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799c99ae-6b8a-432a-bcb5-5804f95abf44.shogun-image {
  box-sizing: border-box;
}



.s-799c99ae-6b8a-432a-bcb5-5804f95abf44 img.shogun-image {
  
}


}
#s-91f315fa-3808-433e-8f5e-2b88d76b0677 {
  padding-top: 22px;
}

#s-cda8c762-6262-479e-b927-6a7d34a6c530 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cda8c762-6262-479e-b927-6a7d34a6c530"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  max-width: 70px;
text-align: center;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  margin: 0 !important;
  overflow: visible;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add background color handling */
  
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b234bdad-0910-4b90-b958-cc6d421d5fda .shogun-image-content {
  
    justify-content: center;
  
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
  box-sizing: border-box;
}



.s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  
}


@media (min-width: 1200px){#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  margin: 0 !important;
  overflow: visible;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add background color handling */
  
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b234bdad-0910-4b90-b958-cc6d421d5fda .shogun-image-content {
  
    justify-content: center;
  
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
  box-sizing: border-box;
}



.s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  margin: 0 !important;
  overflow: visible;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add background color handling */
  
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b234bdad-0910-4b90-b958-cc6d421d5fda .shogun-image-content {
  
    justify-content: center;
  
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
  box-sizing: border-box;
}



.s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  margin: 0 !important;
  overflow: visible;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add background color handling */
  
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b234bdad-0910-4b90-b958-cc6d421d5fda .shogun-image-content {
  
    justify-content: center;
  
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
  box-sizing: border-box;
}



.s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  
}


}@media (max-width: 767px){#s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  margin: 0 !important;
  overflow: visible;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b234bdad-0910-4b90-b958-cc6d421d5fda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add background color handling */
  
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b234bdad-0910-4b90-b958-cc6d421d5fda .shogun-image-content {
  
    justify-content: center;
  
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b234bdad-0910-4b90-b958-cc6d421d5fda.shogun-image {
  box-sizing: border-box;
}



.s-b234bdad-0910-4b90-b958-cc6d421d5fda img.shogun-image {
  
}


}
#s-28530317-5104-4f2a-a20e-d1031bf3873d {
  padding-top: 22px;
}

#s-59280133-dff0-44a1-871e-1f1d4d3956a8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59280133-dff0-44a1-871e-1f1d4d3956a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
  box-sizing: border-box;
}



.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
  box-sizing: border-box;
}



.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
  box-sizing: border-box;
}



.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
  box-sizing: border-box;
}



.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b77b7b8-f58c-4aa5-b141-10851daaa031 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b77b7b8-f58c-4aa5-b141-10851daaa031.shogun-image {
  box-sizing: border-box;
}



.s-0b77b7b8-f58c-4aa5-b141-10851daaa031 img.shogun-image {
  
}


}
#s-7b9dddd8-749a-4b13-9f23-e00ba05d66e8 {
  padding-top: 19px;
}

#s-d6a45a65-bf6a-45ab-865d-01b0dce896a6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6a45a65-bf6a-45ab-865d-01b0dce896a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  max-width: 70px;
text-align: center;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  margin: 0 !important;
  overflow: visible;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add background color handling */
  
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-62c0535f-1da6-46a9-87fc-368c9da01815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
  box-sizing: border-box;
}



.s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  
}


@media (min-width: 1200px){#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  margin: 0 !important;
  overflow: visible;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add background color handling */
  
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-62c0535f-1da6-46a9-87fc-368c9da01815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
  box-sizing: border-box;
}



.s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  margin: 0 !important;
  overflow: visible;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add background color handling */
  
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-62c0535f-1da6-46a9-87fc-368c9da01815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
  box-sizing: border-box;
}



.s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  margin: 0 !important;
  overflow: visible;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add background color handling */
  
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-62c0535f-1da6-46a9-87fc-368c9da01815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
  box-sizing: border-box;
}



.s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  
}


}@media (max-width: 767px){#s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  margin: 0 !important;
  overflow: visible;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62c0535f-1da6-46a9-87fc-368c9da01815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add background color handling */
  
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-62c0535f-1da6-46a9-87fc-368c9da01815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c0535f-1da6-46a9-87fc-368c9da01815.shogun-image {
  box-sizing: border-box;
}



.s-62c0535f-1da6-46a9-87fc-368c9da01815 img.shogun-image {
  
}


}
#s-568947b9-f518-46d5-b4ea-42b20a92b665 {
  padding-top: 19px;
}

#s-a7374f81-d9a1-41b6-b5ec-7020548b32b5 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7374f81-d9a1-41b6-b5ec-7020548b32b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  max-width: 70px;
text-align: center;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e353893f-2e02-46d4-b4c9-d68392f569b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
  box-sizing: border-box;
}



.s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e353893f-2e02-46d4-b4c9-d68392f569b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
  box-sizing: border-box;
}



.s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e353893f-2e02-46d4-b4c9-d68392f569b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
  box-sizing: border-box;
}



.s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e353893f-2e02-46d4-b4c9-d68392f569b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
  box-sizing: border-box;
}



.s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e353893f-2e02-46d4-b4c9-d68392f569b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e353893f-2e02-46d4-b4c9-d68392f569b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e353893f-2e02-46d4-b4c9-d68392f569b5.shogun-image {
  box-sizing: border-box;
}



.s-e353893f-2e02-46d4-b4c9-d68392f569b5 img.shogun-image {
  
}


}
#s-04130c5e-1f42-4423-a7f5-3098f6bebdfb {
  padding-top: 19px;
}

#s-195f97f8-24d8-49aa-89a5-922fc10fdd62 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-195f97f8-24d8-49aa-89a5-922fc10fdd62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  max-width: 70px;
text-align: center;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
  box-sizing: border-box;
}



.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
  box-sizing: border-box;
}



.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
  box-sizing: border-box;
}



.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
  box-sizing: border-box;
}



.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2.shogun-image {
  box-sizing: border-box;
}



.s-3c02fec1-f14e-4ee2-ba73-c733bedd7df2 img.shogun-image {
  
}


}
#s-7be8e2f2-5f85-4232-b0d8-472cbad2c9f0 {
  padding-top: 19px;
}

#s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ee9aaa-7db7-42f3-8334-ed9cf273a1a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  max-width: 70px;
text-align: center;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  margin: 0 !important;
  overflow: visible;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add background color handling */
  
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
  box-sizing: border-box;
}



.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  
}


@media (min-width: 1200px){#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  margin: 0 !important;
  overflow: visible;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add background color handling */
  
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
  box-sizing: border-box;
}



.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  margin: 0 !important;
  overflow: visible;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add background color handling */
  
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
  box-sizing: border-box;
}



.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  margin: 0 !important;
  overflow: visible;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add background color handling */
  
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
  box-sizing: border-box;
}



.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  
}


}@media (max-width: 767px){#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  margin: 0 !important;
  overflow: visible;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c035f5-146e-456a-a12e-e3f4f0d8a60c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add background color handling */
  
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c035f5-146e-456a-a12e-e3f4f0d8a60c.shogun-image {
  box-sizing: border-box;
}



.s-20c035f5-146e-456a-a12e-e3f4f0d8a60c img.shogun-image {
  
}


}
#s-a57c44a5-e703-4c26-9f5b-d8a5b4a43535 {
  padding-top: 1px;
}

#s-52251530-3c52-4a64-8b52-3e218e8dc1c7 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52251530-3c52-4a64-8b52-3e218e8dc1c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-20513d84-f7ce-498b-8022-4f338456256a {
  max-width: 70px;
text-align: center;
}

#s-20513d84-f7ce-498b-8022-4f338456256a {
  margin: 0 !important;
  overflow: visible;
}

#s-20513d84-f7ce-498b-8022-4f338456256a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add background color handling */
  
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20513d84-f7ce-498b-8022-4f338456256a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
  box-sizing: border-box;
}



.s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  
}


@media (min-width: 1200px){#s-20513d84-f7ce-498b-8022-4f338456256a {
  margin: 0 !important;
  overflow: visible;
}

#s-20513d84-f7ce-498b-8022-4f338456256a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add background color handling */
  
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20513d84-f7ce-498b-8022-4f338456256a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
  box-sizing: border-box;
}



.s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20513d84-f7ce-498b-8022-4f338456256a {
  margin: 0 !important;
  overflow: visible;
}

#s-20513d84-f7ce-498b-8022-4f338456256a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add background color handling */
  
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20513d84-f7ce-498b-8022-4f338456256a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
  box-sizing: border-box;
}



.s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20513d84-f7ce-498b-8022-4f338456256a {
  margin: 0 !important;
  overflow: visible;
}

#s-20513d84-f7ce-498b-8022-4f338456256a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add background color handling */
  
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20513d84-f7ce-498b-8022-4f338456256a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
  box-sizing: border-box;
}



.s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  
}


}@media (max-width: 767px){#s-20513d84-f7ce-498b-8022-4f338456256a {
  margin: 0 !important;
  overflow: visible;
}

#s-20513d84-f7ce-498b-8022-4f338456256a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20513d84-f7ce-498b-8022-4f338456256a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add background color handling */
  
}

#s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-20513d84-f7ce-498b-8022-4f338456256a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20513d84-f7ce-498b-8022-4f338456256a.shogun-image {
  box-sizing: border-box;
}



.s-20513d84-f7ce-498b-8022-4f338456256a img.shogun-image {
  
}


}
#s-73f9520a-f0f1-40ef-82c0-3c5ef25a6226 {
  padding-top: 22px;
}

#s-5b34b912-a926-4b05-a7b8-985f95e40172 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b34b912-a926-4b05-a7b8-985f95e40172"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562d592c-bfaf-451b-949e-cd387c48b7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
  box-sizing: border-box;
}



.s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562d592c-bfaf-451b-949e-cd387c48b7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
  box-sizing: border-box;
}



.s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562d592c-bfaf-451b-949e-cd387c48b7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
  box-sizing: border-box;
}



.s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562d592c-bfaf-451b-949e-cd387c48b7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
  box-sizing: border-box;
}



.s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d592c-bfaf-451b-949e-cd387c48b7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562d592c-bfaf-451b-949e-cd387c48b7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d592c-bfaf-451b-949e-cd387c48b7ea.shogun-image {
  box-sizing: border-box;
}



.s-562d592c-bfaf-451b-949e-cd387c48b7ea img.shogun-image {
  
}


}
#s-2a866221-ebd9-4da2-b78a-ab1365c9dc9c {
  padding-top: 22px;
}

#s-4caaac62-ad64-4d79-b093-d2b482ecc885 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4caaac62-ad64-4d79-b093-d2b482ecc885"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin: 0 !important;
  overflow: visible;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add background color handling */
  
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98c598ec-437a-4a37-a023-de98a15e936b .shogun-image-content {
  
    justify-content: center;
  
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
  box-sizing: border-box;
}



.s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  
}


@media (min-width: 1200px){#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin: 0 !important;
  overflow: visible;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add background color handling */
  
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98c598ec-437a-4a37-a023-de98a15e936b .shogun-image-content {
  
    justify-content: center;
  
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
  box-sizing: border-box;
}



.s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin: 0 !important;
  overflow: visible;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add background color handling */
  
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98c598ec-437a-4a37-a023-de98a15e936b .shogun-image-content {
  
    justify-content: center;
  
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
  box-sizing: border-box;
}



.s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin: 0 !important;
  overflow: visible;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add background color handling */
  
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98c598ec-437a-4a37-a023-de98a15e936b .shogun-image-content {
  
    justify-content: center;
  
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
  box-sizing: border-box;
}



.s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  
}


}@media (max-width: 767px){#s-98c598ec-437a-4a37-a023-de98a15e936b {
  margin: 0 !important;
  overflow: visible;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98c598ec-437a-4a37-a023-de98a15e936b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add background color handling */
  
}

#s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98c598ec-437a-4a37-a023-de98a15e936b .shogun-image-content {
  
    justify-content: center;
  
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c598ec-437a-4a37-a023-de98a15e936b.shogun-image {
  box-sizing: border-box;
}



.s-98c598ec-437a-4a37-a023-de98a15e936b img.shogun-image {
  
}


}
#s-bd688963-12db-448e-b973-62462bd06017 {
  padding-top: 22px;
}

#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 {
  display: none;
}
#s-983a5e1c-67f2-4aa4-a785-d05962e76d45, #wrap-s-983a5e1c-67f2-4aa4-a785-d05962e76d45, #wrap-content-s-983a5e1c-67f2-4aa4-a785-d05962e76d45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 {
  display: none;
}
#s-983a5e1c-67f2-4aa4-a785-d05962e76d45, #wrap-s-983a5e1c-67f2-4aa4-a785-d05962e76d45, #wrap-content-s-983a5e1c-67f2-4aa4-a785-d05962e76d45 { display: none !important; }}
#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-983a5e1c-67f2-4aa4-a785-d05962e76d45 td.shogun-table-column, #s-983a5e1c-67f2-4aa4-a785-d05962e76d45 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
  box-sizing: border-box;
}



.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
  box-sizing: border-box;
}



.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
  box-sizing: border-box;
}



.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
  box-sizing: border-box;
}



.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc71a6bd-fd70-42c6-b092-9382b4ce3302.shogun-image {
  box-sizing: border-box;
}



.s-cc71a6bd-fd70-42c6-b092-9382b4ce3302 img.shogun-image {
  
}


}
#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  max-width: 70px;
text-align: center;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  margin: 0 !important;
  overflow: visible;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add background color handling */
  
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8256d782-0a2e-4ce8-9d95-d127063b7546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
  box-sizing: border-box;
}



.s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  margin: 0 !important;
  overflow: visible;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add background color handling */
  
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8256d782-0a2e-4ce8-9d95-d127063b7546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
  box-sizing: border-box;
}



.s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  margin: 0 !important;
  overflow: visible;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add background color handling */
  
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8256d782-0a2e-4ce8-9d95-d127063b7546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
  box-sizing: border-box;
}



.s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  margin: 0 !important;
  overflow: visible;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add background color handling */
  
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8256d782-0a2e-4ce8-9d95-d127063b7546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
  box-sizing: border-box;
}



.s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  margin: 0 !important;
  overflow: visible;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8256d782-0a2e-4ce8-9d95-d127063b7546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add background color handling */
  
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8256d782-0a2e-4ce8-9d95-d127063b7546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8256d782-0a2e-4ce8-9d95-d127063b7546.shogun-image {
  box-sizing: border-box;
}



.s-8256d782-0a2e-4ce8-9d95-d127063b7546 img.shogun-image {
  
}


}
#s-c183fdfa-0548-4973-a637-77c394491db7 {
  max-width: 70px;
text-align: center;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c183fdfa-0548-4973-a637-77c394491db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c183fdfa-0548-4973-a637-77c394491db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
  box-sizing: border-box;
}



.s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c183fdfa-0548-4973-a637-77c394491db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c183fdfa-0548-4973-a637-77c394491db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c183fdfa-0548-4973-a637-77c394491db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
  box-sizing: border-box;
}



.s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c183fdfa-0548-4973-a637-77c394491db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c183fdfa-0548-4973-a637-77c394491db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c183fdfa-0548-4973-a637-77c394491db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
  box-sizing: border-box;
}



.s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c183fdfa-0548-4973-a637-77c394491db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c183fdfa-0548-4973-a637-77c394491db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c183fdfa-0548-4973-a637-77c394491db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
  box-sizing: border-box;
}



.s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c183fdfa-0548-4973-a637-77c394491db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c183fdfa-0548-4973-a637-77c394491db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c183fdfa-0548-4973-a637-77c394491db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c183fdfa-0548-4973-a637-77c394491db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c183fdfa-0548-4973-a637-77c394491db7.shogun-image {
  box-sizing: border-box;
}



.s-c183fdfa-0548-4973-a637-77c394491db7 img.shogun-image {
  
}


}
#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  max-width: 70px;
text-align: center;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
  box-sizing: border-box;
}



.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
  box-sizing: border-box;
}



.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
  box-sizing: border-box;
}



.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
  box-sizing: border-box;
}



.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe82ef73-978c-49fd-8c18-bf50c8a9f355.shogun-image {
  box-sizing: border-box;
}



.s-fe82ef73-978c-49fd-8c18-bf50c8a9f355 img.shogun-image {
  
}


}
#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
  box-sizing: border-box;
}



.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
  box-sizing: border-box;
}



.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
  box-sizing: border-box;
}



.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
  box-sizing: border-box;
}



.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26.shogun-image {
  box-sizing: border-box;
}



.s-989f1f29-947e-4f3a-a8fa-bf9e7e917e26 img.shogun-image {
  
}


}
#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  max-width: 70px;
text-align: center;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  margin: 0 !important;
  overflow: visible;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add background color handling */
  
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
  box-sizing: border-box;
}



.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  margin: 0 !important;
  overflow: visible;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add background color handling */
  
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
  box-sizing: border-box;
}



.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  margin: 0 !important;
  overflow: visible;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add background color handling */
  
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
  box-sizing: border-box;
}



.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  margin: 0 !important;
  overflow: visible;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add background color handling */
  
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
  box-sizing: border-box;
}



.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  margin: 0 !important;
  overflow: visible;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add background color handling */
  
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2356d1d4-9f32-48fc-bbdb-87b26dc56764.shogun-image {
  box-sizing: border-box;
}



.s-2356d1d4-9f32-48fc-bbdb-87b26dc56764 img.shogun-image {
  
}


}
#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  max-width: 70px;
text-align: center;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  margin: 0 !important;
  overflow: visible;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add background color handling */
  
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-13e8326e-4e46-484c-9a64-c6a977177b10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
  box-sizing: border-box;
}



.s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  
}


@media (min-width: 1200px){#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  margin: 0 !important;
  overflow: visible;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add background color handling */
  
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-13e8326e-4e46-484c-9a64-c6a977177b10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
  box-sizing: border-box;
}



.s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  margin: 0 !important;
  overflow: visible;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add background color handling */
  
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-13e8326e-4e46-484c-9a64-c6a977177b10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
  box-sizing: border-box;
}



.s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  margin: 0 !important;
  overflow: visible;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add background color handling */
  
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-13e8326e-4e46-484c-9a64-c6a977177b10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
  box-sizing: border-box;
}



.s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  
}


}@media (max-width: 767px){#s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  margin: 0 !important;
  overflow: visible;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13e8326e-4e46-484c-9a64-c6a977177b10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add background color handling */
  
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-13e8326e-4e46-484c-9a64-c6a977177b10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8326e-4e46-484c-9a64-c6a977177b10.shogun-image {
  box-sizing: border-box;
}



.s-13e8326e-4e46-484c-9a64-c6a977177b10 img.shogun-image {
  
}


}
#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  max-width: 70px;
text-align: center;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
  box-sizing: border-box;
}



.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
  box-sizing: border-box;
}



.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
  box-sizing: border-box;
}



.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
  box-sizing: border-box;
}



.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f74a044-413e-4911-bc42-43e7c5cd51e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f74a044-413e-4911-bc42-43e7c5cd51e1.shogun-image {
  box-sizing: border-box;
}



.s-3f74a044-413e-4911-bc42-43e7c5cd51e1 img.shogun-image {
  
}


}
#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin: 0 !important;
  overflow: visible;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add background color handling */
  
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9353521e-8581-4533-b774-3adfdb2ad870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
  box-sizing: border-box;
}



.s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin: 0 !important;
  overflow: visible;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add background color handling */
  
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9353521e-8581-4533-b774-3adfdb2ad870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
  box-sizing: border-box;
}



.s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin: 0 !important;
  overflow: visible;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add background color handling */
  
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9353521e-8581-4533-b774-3adfdb2ad870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
  box-sizing: border-box;
}



.s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin: 0 !important;
  overflow: visible;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add background color handling */
  
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9353521e-8581-4533-b774-3adfdb2ad870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
  box-sizing: border-box;
}



.s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9353521e-8581-4533-b774-3adfdb2ad870 {
  margin: 0 !important;
  overflow: visible;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9353521e-8581-4533-b774-3adfdb2ad870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add background color handling */
  
}

#s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9353521e-8581-4533-b774-3adfdb2ad870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9353521e-8581-4533-b774-3adfdb2ad870.shogun-image {
  box-sizing: border-box;
}



.s-9353521e-8581-4533-b774-3adfdb2ad870 img.shogun-image {
  
}


}
#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  max-width: 70px;
text-align: center;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  margin: 0 !important;
  overflow: visible;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add background color handling */
  
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
  box-sizing: border-box;
}



.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  
}


@media (min-width: 1200px){#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  margin: 0 !important;
  overflow: visible;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add background color handling */
  
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
  box-sizing: border-box;
}



.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  margin: 0 !important;
  overflow: visible;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add background color handling */
  
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
  box-sizing: border-box;
}



.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  margin: 0 !important;
  overflow: visible;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add background color handling */
  
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
  box-sizing: border-box;
}



.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  
}


}@media (max-width: 767px){#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  margin: 0 !important;
  overflow: visible;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add background color handling */
  
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-595a5cc9-1bc7-4e14-896d-2a8f67e89621.shogun-image {
  box-sizing: border-box;
}



.s-595a5cc9-1bc7-4e14-896d-2a8f67e89621 img.shogun-image {
  
}


}
#s-81e040f2-cc9c-43f4-90cb-2415b928daa3 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81e040f2-cc9c-43f4-90cb-2415b928daa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
  box-sizing: border-box;
}



.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
  box-sizing: border-box;
}



.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
  box-sizing: border-box;
}



.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
  box-sizing: border-box;
}



.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eebd9cd-5eec-432b-8574-395ac19d85d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eebd9cd-5eec-432b-8574-395ac19d85d3.shogun-image {
  box-sizing: border-box;
}



.s-9eebd9cd-5eec-432b-8574-395ac19d85d3 img.shogun-image {
  
}


}
#s-358fb3bb-cb9a-4cd2-a29e-7160eabf13c5 {
  padding-top: 22px;
}

#s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d8f3e-d51c-4350-a18d-02cf26c3f4bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
  box-sizing: border-box;
}



.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  
}


@media (min-width: 1200px){#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
  box-sizing: border-box;
}



.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
  box-sizing: border-box;
}



.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
  box-sizing: border-box;
}



.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  
}


}@media (max-width: 767px){#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdf8acc-a84a-4611-813d-2d44acbe92ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdf8acc-a84a-4611-813d-2d44acbe92ee.shogun-image {
  box-sizing: border-box;
}



.s-0bdf8acc-a84a-4611-813d-2d44acbe92ee img.shogun-image {
  
}


}
#s-1c5b97a4-70ed-4f70-b238-921386224792 {
  padding-top: 19px;
}

#s-5468a75c-3a11-440b-af73-796a78c068e7 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5468a75c-3a11-440b-af73-796a78c068e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  max-width: 70px;
text-align: center;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
  box-sizing: border-box;
}



.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
  box-sizing: border-box;
}



.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
  box-sizing: border-box;
}



.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
  box-sizing: border-box;
}



.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0.shogun-image {
  box-sizing: border-box;
}



.s-99a9df49-7345-4c37-898d-c5d5cfa3f1b0 img.shogun-image {
  
}


}
#s-0a3a2a8f-51da-45e9-8194-3b122d67b9c4 {
  padding-top: 19px;
}

#s-e4abe933-c8cf-40e3-8525-1e69f063dfb8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4abe933-c8cf-40e3-8525-1e69f063dfb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  max-width: 70px;
text-align: center;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
  box-sizing: border-box;
}



.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
  box-sizing: border-box;
}



.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
  box-sizing: border-box;
}



.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
  box-sizing: border-box;
}



.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6.shogun-image {
  box-sizing: border-box;
}



.s-5ae1e70b-84eb-45bb-8b9a-b8de4fe237f6 img.shogun-image {
  
}


}
#s-ee20743f-bd45-4893-b917-f977641f5d8b {
  padding-top: 19px;
}

#s-449e94e8-aca2-4f8c-bbb7-436166e7adc2 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-449e94e8-aca2-4f8c-bbb7-436166e7adc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  max-width: 70px;
text-align: center;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  margin: 0 !important;
  overflow: visible;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add background color handling */
  
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e09e4780-462a-43ae-b145-1c5610a6771b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
  box-sizing: border-box;
}



.s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  
}


@media (min-width: 1200px){#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  margin: 0 !important;
  overflow: visible;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add background color handling */
  
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e09e4780-462a-43ae-b145-1c5610a6771b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
  box-sizing: border-box;
}



.s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  margin: 0 !important;
  overflow: visible;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add background color handling */
  
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e09e4780-462a-43ae-b145-1c5610a6771b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
  box-sizing: border-box;
}



.s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  margin: 0 !important;
  overflow: visible;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add background color handling */
  
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e09e4780-462a-43ae-b145-1c5610a6771b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
  box-sizing: border-box;
}



.s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  
}


}@media (max-width: 767px){#s-e09e4780-462a-43ae-b145-1c5610a6771b {
  margin: 0 !important;
  overflow: visible;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e09e4780-462a-43ae-b145-1c5610a6771b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add background color handling */
  
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e09e4780-462a-43ae-b145-1c5610a6771b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09e4780-462a-43ae-b145-1c5610a6771b.shogun-image {
  box-sizing: border-box;
}



.s-e09e4780-462a-43ae-b145-1c5610a6771b img.shogun-image {
  
}


}
#s-6608bbbb-5fed-4464-8c7d-4cad001c4c50 {
  padding-top: 19px;
}

#s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a3ed7fc-a469-46b9-acb1-8051eea7c2dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  max-width: 70px;
text-align: center;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9.shogun-image {
  box-sizing: border-box;
}



.s-9b7b8cb3-034a-472b-827f-e49ee6bd8bf9 img.shogun-image {
  
}


}
#s-f38e8648-fb40-4768-86be-be24e6dae257 {
  padding-top: 1px;
}

#s-3fbf4011-364b-4b07-a847-28b65bb49b9c {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fbf4011-364b-4b07-a847-28b65bb49b9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin: 0 !important;
  overflow: visible;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add background color handling */
  
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3724441b-3fbe-461a-bbc0-de71c591cb6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
  box-sizing: border-box;
}



.s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  
}


@media (min-width: 1200px){#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin: 0 !important;
  overflow: visible;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add background color handling */
  
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3724441b-3fbe-461a-bbc0-de71c591cb6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
  box-sizing: border-box;
}



.s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin: 0 !important;
  overflow: visible;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add background color handling */
  
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3724441b-3fbe-461a-bbc0-de71c591cb6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
  box-sizing: border-box;
}



.s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin: 0 !important;
  overflow: visible;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add background color handling */
  
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3724441b-3fbe-461a-bbc0-de71c591cb6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
  box-sizing: border-box;
}



.s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  
}


}@media (max-width: 767px){#s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  margin: 0 !important;
  overflow: visible;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3724441b-3fbe-461a-bbc0-de71c591cb6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add background color handling */
  
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3724441b-3fbe-461a-bbc0-de71c591cb6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3724441b-3fbe-461a-bbc0-de71c591cb6f.shogun-image {
  box-sizing: border-box;
}



.s-3724441b-3fbe-461a-bbc0-de71c591cb6f img.shogun-image {
  
}


}
#s-cb432e83-28d6-4aea-9793-682bf4efd187 {
  padding-top: 22px;
}

#s-dd5977a8-e59d-4bb5-99be-88ddd8311209 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5977a8-e59d-4bb5-99be-88ddd8311209"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6f271a44-9253-4513-8944-e01334164bda {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-6f271a44-9253-4513-8944-e01334164bda {
  margin: 0 !important;
  overflow: visible;
}

#s-6f271a44-9253-4513-8944-e01334164bda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add background color handling */
  
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6f271a44-9253-4513-8944-e01334164bda .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f271a44-9253-4513-8944-e01334164bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
  box-sizing: border-box;
}



.s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  
}


@media (min-width: 1200px){#s-6f271a44-9253-4513-8944-e01334164bda {
  margin: 0 !important;
  overflow: visible;
}

#s-6f271a44-9253-4513-8944-e01334164bda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add background color handling */
  
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6f271a44-9253-4513-8944-e01334164bda .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f271a44-9253-4513-8944-e01334164bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
  box-sizing: border-box;
}



.s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f271a44-9253-4513-8944-e01334164bda {
  margin: 0 !important;
  overflow: visible;
}

#s-6f271a44-9253-4513-8944-e01334164bda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add background color handling */
  
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6f271a44-9253-4513-8944-e01334164bda .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f271a44-9253-4513-8944-e01334164bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
  box-sizing: border-box;
}



.s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f271a44-9253-4513-8944-e01334164bda {
  margin: 0 !important;
  overflow: visible;
}

#s-6f271a44-9253-4513-8944-e01334164bda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add background color handling */
  
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6f271a44-9253-4513-8944-e01334164bda .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f271a44-9253-4513-8944-e01334164bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
  box-sizing: border-box;
}



.s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  
}


}@media (max-width: 767px){#s-6f271a44-9253-4513-8944-e01334164bda {
  margin: 0 !important;
  overflow: visible;
}

#s-6f271a44-9253-4513-8944-e01334164bda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f271a44-9253-4513-8944-e01334164bda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add background color handling */
  
}

#s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6f271a44-9253-4513-8944-e01334164bda .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f271a44-9253-4513-8944-e01334164bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f271a44-9253-4513-8944-e01334164bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f271a44-9253-4513-8944-e01334164bda.shogun-image {
  box-sizing: border-box;
}



.s-6f271a44-9253-4513-8944-e01334164bda img.shogun-image {
  
}


}
#s-aeadf562-a659-4cea-bf60-297af8b3ca71 {
  padding-top: 22px;
}

#s-892e8e9f-00aa-42e5-af10-9d73ae517193 {
  padding-top: 22px;
}

#s-7aa86d90-5332-4a0f-88b0-f5688632b1d1 {
  padding-top: 22px;
}

#s-76b652f9-2aca-4168-8602-60e5d95f4026 {
  padding-top: 22px;
}

#s-949600fd-551b-49d9-8bc6-1da790589976 {
  padding-top: 22px;
}

#s-eb88b07a-296f-4e1e-bd2f-c822586fbd11 {
  padding-top: 22px;
}

#s-c40afd0e-f718-4e2a-9e42-6a13fc703a76 {
  padding-top: 22px;
}

#s-27c68e72-c146-4d6e-bcbb-65ab5c794877 {
  padding-top: 22px;
}

#s-0d2d927a-ddec-4286-93b0-b8533116deb8 {
  padding-top: 22px;
}

#s-6eb7d4be-e0ff-4efc-9003-f3df25e49b6b {
  padding-top: 22px;
}

#s-238ad100-d449-4426-b573-9ff63a4ebf98 {
  padding-top: 22px;
}

#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 {
  display: none;
}
#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31, #wrap-s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31, #wrap-content-s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 {
  display: none;
}
#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31, #wrap-s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31, #wrap-content-s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 { display: none !important; }}







#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c3414fb-b72f-40ec-9ade-dbe0d9f22f31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad4bd549-83b2-46c0-9adc-76574141bbb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad4bd549-83b2-46c0-9adc-76574141bbb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 {
  display: none;
}
#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46, #wrap-s-1d8b36d7-99c4-478c-85ff-9dc655b45b46, #wrap-content-s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 { display: none !important; }}@media (max-width: 767px){#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 {
  display: none;
}
#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46, #wrap-s-1d8b36d7-99c4-478c-85ff-9dc655b45b46, #wrap-content-s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 { display: none !important; }}
#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 td.shogun-table-column, #s-1d8b36d7-99c4-478c-85ff-9dc655b45b46 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-1b71e12c-984a-42d9-9d65-1c812ba92a55 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b71e12c-984a-42d9-9d65-1c812ba92a55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  max-width: 70px;
text-align: center;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-65742221-4d87-4025-80cd-ce1ea53203d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
  box-sizing: border-box;
}



.s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-65742221-4d87-4025-80cd-ce1ea53203d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
  box-sizing: border-box;
}



.s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-65742221-4d87-4025-80cd-ce1ea53203d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
  box-sizing: border-box;
}



.s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-65742221-4d87-4025-80cd-ce1ea53203d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
  box-sizing: border-box;
}



.s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65742221-4d87-4025-80cd-ce1ea53203d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-65742221-4d87-4025-80cd-ce1ea53203d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65742221-4d87-4025-80cd-ce1ea53203d9.shogun-image {
  box-sizing: border-box;
}



.s-65742221-4d87-4025-80cd-ce1ea53203d9 img.shogun-image {
  
}


}
#s-7e33b58d-b05b-4926-a171-448577d5fc7b {
  padding-top: 22px;
}

#s-84119c7b-2315-4eab-bc97-ff6955568176 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84119c7b-2315-4eab-bc97-ff6955568176"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  max-width: 70px;
text-align: center;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
  box-sizing: border-box;
}



.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
  box-sizing: border-box;
}



.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
  box-sizing: border-box;
}



.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
  box-sizing: border-box;
}



.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896f8f3-bcb6-4544-ab1b-afd56f31a481.shogun-image {
  box-sizing: border-box;
}



.s-1896f8f3-bcb6-4544-ab1b-afd56f31a481 img.shogun-image {
  
}


}
#s-8f32664d-2c91-4452-8b8c-66a970f4b8df {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9190e44e-92cb-4bbc-bd3b-57a0c34a9875"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-46112123-f139-453c-88fd-8df18d1b8d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
  box-sizing: border-box;
}



.s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  
}


@media (min-width: 1200px){#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-46112123-f139-453c-88fd-8df18d1b8d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
  box-sizing: border-box;
}



.s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-46112123-f139-453c-88fd-8df18d1b8d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
  box-sizing: border-box;
}



.s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-46112123-f139-453c-88fd-8df18d1b8d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
  box-sizing: border-box;
}



.s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  
}


}@media (max-width: 767px){#s-46112123-f139-453c-88fd-8df18d1b8d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46112123-f139-453c-88fd-8df18d1b8d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-46112123-f139-453c-88fd-8df18d1b8d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46112123-f139-453c-88fd-8df18d1b8d23.shogun-image {
  box-sizing: border-box;
}



.s-46112123-f139-453c-88fd-8df18d1b8d23 img.shogun-image {
  
}


}
#s-685ca4ac-dce0-4fe6-a869-171320136ab8 {
  padding-top: 22px;
}

#s-f2f16468-c115-4ea6-817e-448b46d344a7 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2f16468-c115-4ea6-817e-448b46d344a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47d36ee2-fa4a-46d1-8ec7-887395590529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
  box-sizing: border-box;
}



.s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  
}


@media (min-width: 1200px){#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47d36ee2-fa4a-46d1-8ec7-887395590529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
  box-sizing: border-box;
}



.s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47d36ee2-fa4a-46d1-8ec7-887395590529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
  box-sizing: border-box;
}



.s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47d36ee2-fa4a-46d1-8ec7-887395590529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
  box-sizing: border-box;
}



.s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  
}


}@media (max-width: 767px){#s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d36ee2-fa4a-46d1-8ec7-887395590529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47d36ee2-fa4a-46d1-8ec7-887395590529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d36ee2-fa4a-46d1-8ec7-887395590529.shogun-image {
  box-sizing: border-box;
}



.s-47d36ee2-fa4a-46d1-8ec7-887395590529 img.shogun-image {
  
}


}
#s-cfed51df-0454-4abb-8989-8b848b49f204 {
  padding-top: 22px;
}

#s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed20bade-5d8a-4b33-8fe9-e854f261fbf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  max-width: 70px;
text-align: center;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  margin: 0 !important;
  overflow: visible;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add background color handling */
  
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1394595-e620-4790-a740-4ec42aa2a84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
  box-sizing: border-box;
}



.s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  
}


@media (min-width: 1200px){#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  margin: 0 !important;
  overflow: visible;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add background color handling */
  
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1394595-e620-4790-a740-4ec42aa2a84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
  box-sizing: border-box;
}



.s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  margin: 0 !important;
  overflow: visible;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add background color handling */
  
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1394595-e620-4790-a740-4ec42aa2a84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
  box-sizing: border-box;
}



.s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  margin: 0 !important;
  overflow: visible;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add background color handling */
  
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1394595-e620-4790-a740-4ec42aa2a84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
  box-sizing: border-box;
}



.s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  
}


}@media (max-width: 767px){#s-b1394595-e620-4790-a740-4ec42aa2a84e {
  margin: 0 !important;
  overflow: visible;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1394595-e620-4790-a740-4ec42aa2a84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add background color handling */
  
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1394595-e620-4790-a740-4ec42aa2a84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1394595-e620-4790-a740-4ec42aa2a84e.shogun-image {
  box-sizing: border-box;
}



.s-b1394595-e620-4790-a740-4ec42aa2a84e img.shogun-image {
  
}


}
#s-ca8197ca-0c11-4e9d-be29-03a0b2775dc8 {
  padding-top: 22px;
}

#s-a7928ff5-743e-4743-9e28-93bbeee42a38 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7928ff5-743e-4743-9e28-93bbeee42a38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  max-width: 70px;
text-align: center;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
  box-sizing: border-box;
}



.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
  box-sizing: border-box;
}



.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
  box-sizing: border-box;
}



.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
  box-sizing: border-box;
}



.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1.shogun-image {
  box-sizing: border-box;
}



.s-dde4c98c-3be6-4f49-8766-ee32bac5b8d1 img.shogun-image {
  
}


}
#s-fbabc9e0-db85-4dec-8674-dea09deda397 {
  padding-top: 22px;
}

#s-030d79d3-c5b1-4876-ba62-e79e1015a268 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-030d79d3-c5b1-4876-ba62-e79e1015a268"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
  box-sizing: border-box;
}



.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
  box-sizing: border-box;
}



.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
  box-sizing: border-box;
}



.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
  box-sizing: border-box;
}



.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5e7bdb-7794-42e4-8d9c-94029346dbb9.shogun-image {
  box-sizing: border-box;
}



.s-da5e7bdb-7794-42e4-8d9c-94029346dbb9 img.shogun-image {
  
}


}
#s-564bcd8c-00c5-4a3c-a69f-1224ce190dce {
  padding-top: 22px;
}

#s-50536246-34e6-4c54-ac56-2d244dab4938 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50536246-34e6-4c54-ac56-2d244dab4938"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  max-width: 70px;
text-align: center;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  margin: 0 !important;
  overflow: visible;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add background color handling */
  
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
  box-sizing: border-box;
}



.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  
}


@media (min-width: 1200px){#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  margin: 0 !important;
  overflow: visible;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add background color handling */
  
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
  box-sizing: border-box;
}



.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  margin: 0 !important;
  overflow: visible;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add background color handling */
  
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
  box-sizing: border-box;
}



.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  margin: 0 !important;
  overflow: visible;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add background color handling */
  
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
  box-sizing: border-box;
}



.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  
}


}@media (max-width: 767px){#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  margin: 0 !important;
  overflow: visible;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add background color handling */
  
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb.shogun-image {
  box-sizing: border-box;
}



.s-997bc8c1-9cbe-4be4-95f6-8a15ea3a13cb img.shogun-image {
  
}


}
#s-1d8c2a8d-e513-4249-894b-c4b6e6082d3e {
  padding-top: 22px;
}

#s-17106d1a-94ef-43f9-8fef-8fc904503637 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17106d1a-94ef-43f9-8fef-8fc904503637"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin: 0 !important;
  overflow: visible;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add background color handling */
  
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9cb2875d-d275-4f4a-b153-87cf0a17947e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
  box-sizing: border-box;
}



.s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  
}


@media (min-width: 1200px){#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin: 0 !important;
  overflow: visible;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add background color handling */
  
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9cb2875d-d275-4f4a-b153-87cf0a17947e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
  box-sizing: border-box;
}



.s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin: 0 !important;
  overflow: visible;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add background color handling */
  
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9cb2875d-d275-4f4a-b153-87cf0a17947e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
  box-sizing: border-box;
}



.s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin: 0 !important;
  overflow: visible;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add background color handling */
  
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9cb2875d-d275-4f4a-b153-87cf0a17947e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
  box-sizing: border-box;
}



.s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  
}


}@media (max-width: 767px){#s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  margin: 0 !important;
  overflow: visible;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9cb2875d-d275-4f4a-b153-87cf0a17947e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add background color handling */
  
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9cb2875d-d275-4f4a-b153-87cf0a17947e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb2875d-d275-4f4a-b153-87cf0a17947e.shogun-image {
  box-sizing: border-box;
}



.s-9cb2875d-d275-4f4a-b153-87cf0a17947e img.shogun-image {
  
}


}
#s-78d27089-a148-48da-ae1d-4b5de13ed418 {
  padding-top: 22px;
}

#s-2d1e9136-652e-4e0f-ab61-f62328230046 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1e9136-652e-4e0f-ab61-f62328230046"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  max-width: 70px;
text-align: center;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
  box-sizing: border-box;
}



.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
  box-sizing: border-box;
}



.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
  box-sizing: border-box;
}



.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
  box-sizing: border-box;
}



.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdf6b7a-792c-4632-b24c-87e30bfc26e0.shogun-image {
  box-sizing: border-box;
}



.s-acdf6b7a-792c-4632-b24c-87e30bfc26e0 img.shogun-image {
  
}


}
#s-47ec49be-e959-49bd-96d0-034f3b0bf664 {
  padding-top: 22px;
}

#s-f42e367d-6aa5-42fc-8afe-a9730e63380c {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f42e367d-6aa5-42fc-8afe-a9730e63380c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de897473-cf07-46a9-8b6d-dfdc988328f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
  box-sizing: border-box;
}



.s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de897473-cf07-46a9-8b6d-dfdc988328f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
  box-sizing: border-box;
}



.s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de897473-cf07-46a9-8b6d-dfdc988328f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
  box-sizing: border-box;
}



.s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de897473-cf07-46a9-8b6d-dfdc988328f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
  box-sizing: border-box;
}



.s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de897473-cf07-46a9-8b6d-dfdc988328f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de897473-cf07-46a9-8b6d-dfdc988328f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de897473-cf07-46a9-8b6d-dfdc988328f2.shogun-image {
  box-sizing: border-box;
}



.s-de897473-cf07-46a9-8b6d-dfdc988328f2 img.shogun-image {
  
}


}
#s-cc7576c5-614f-496e-83b0-3f1423daf484 {
  padding-top: 19px;
}

#s-cdc959b4-addd-4881-a1fd-13c2f8c5e967 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdc959b4-addd-4881-a1fd-13c2f8c5e967"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-268562f2-1739-42da-a129-f570bace2d2c {
  max-width: 70px;
text-align: center;
}

#s-268562f2-1739-42da-a129-f570bace2d2c {
  margin: 0 !important;
  overflow: visible;
}

#s-268562f2-1739-42da-a129-f570bace2d2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add background color handling */
  
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-268562f2-1739-42da-a129-f570bace2d2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
  box-sizing: border-box;
}



.s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  
}


@media (min-width: 1200px){#s-268562f2-1739-42da-a129-f570bace2d2c {
  margin: 0 !important;
  overflow: visible;
}

#s-268562f2-1739-42da-a129-f570bace2d2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add background color handling */
  
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-268562f2-1739-42da-a129-f570bace2d2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
  box-sizing: border-box;
}



.s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-268562f2-1739-42da-a129-f570bace2d2c {
  margin: 0 !important;
  overflow: visible;
}

#s-268562f2-1739-42da-a129-f570bace2d2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add background color handling */
  
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-268562f2-1739-42da-a129-f570bace2d2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
  box-sizing: border-box;
}



.s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-268562f2-1739-42da-a129-f570bace2d2c {
  margin: 0 !important;
  overflow: visible;
}

#s-268562f2-1739-42da-a129-f570bace2d2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add background color handling */
  
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-268562f2-1739-42da-a129-f570bace2d2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
  box-sizing: border-box;
}



.s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  
}


}@media (max-width: 767px){#s-268562f2-1739-42da-a129-f570bace2d2c {
  margin: 0 !important;
  overflow: visible;
}

#s-268562f2-1739-42da-a129-f570bace2d2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268562f2-1739-42da-a129-f570bace2d2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add background color handling */
  
}

#s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-268562f2-1739-42da-a129-f570bace2d2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268562f2-1739-42da-a129-f570bace2d2c.shogun-image {
  box-sizing: border-box;
}



.s-268562f2-1739-42da-a129-f570bace2d2c img.shogun-image {
  
}


}
#s-d3b1770c-2dd6-4811-85ed-897b0acedc97 {
  padding-top: 19px;
}

#s-4154752e-0bde-463d-92bf-d09b271f5d2b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4154752e-0bde-463d-92bf-d09b271f5d2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  max-width: 70px;
text-align: center;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  margin: 0 !important;
  overflow: visible;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add background color handling */
  
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0060a224-b504-4031-ac84-2fc35b93e841 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
  box-sizing: border-box;
}



.s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  margin: 0 !important;
  overflow: visible;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add background color handling */
  
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0060a224-b504-4031-ac84-2fc35b93e841 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
  box-sizing: border-box;
}



.s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  margin: 0 !important;
  overflow: visible;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add background color handling */
  
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0060a224-b504-4031-ac84-2fc35b93e841 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
  box-sizing: border-box;
}



.s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  margin: 0 !important;
  overflow: visible;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add background color handling */
  
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0060a224-b504-4031-ac84-2fc35b93e841 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
  box-sizing: border-box;
}



.s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0060a224-b504-4031-ac84-2fc35b93e841 {
  margin: 0 !important;
  overflow: visible;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0060a224-b504-4031-ac84-2fc35b93e841 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add background color handling */
  
}

#s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0060a224-b504-4031-ac84-2fc35b93e841 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0060a224-b504-4031-ac84-2fc35b93e841.shogun-image {
  box-sizing: border-box;
}



.s-0060a224-b504-4031-ac84-2fc35b93e841 img.shogun-image {
  
}


}
#s-cdb5f10f-679c-4f5a-aa6d-ba548fe810b9 {
  padding-top: 19px;
}

#s-e7523590-0ddf-44d8-98eb-4723c1fb888a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7523590-0ddf-44d8-98eb-4723c1fb888a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  max-width: 70px;
text-align: center;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
  box-sizing: border-box;
}



.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
  box-sizing: border-box;
}



.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
  box-sizing: border-box;
}



.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
  box-sizing: border-box;
}



.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6.shogun-image {
  box-sizing: border-box;
}



.s-3f770061-c38b-4dcc-9b96-cbc63c3d71b6 img.shogun-image {
  
}


}
#s-d7080b7b-7e57-4507-bb6c-42b15e8c9938 {
  padding-top: 19px;
}

#s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f9b44eb-8c34-42cf-835c-eeac6d92b42f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  max-width: 70px;
text-align: center;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
  box-sizing: border-box;
}



.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
  box-sizing: border-box;
}



.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
  box-sizing: border-box;
}



.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
  box-sizing: border-box;
}



.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8.shogun-image {
  box-sizing: border-box;
}



.s-ec81f4b2-edc0-4d77-a5e5-090a1645b1b8 img.shogun-image {
  
}


}
#s-63145fcb-1587-438d-a947-1163a893ea55 {
  padding-top: 1px;
}

#s-c597ba87-fa85-413f-b07e-64aa0053df67 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c597ba87-fa85-413f-b07e-64aa0053df67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  max-width: 70px;
text-align: center;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3622b11f-3eaf-4470-8e55-8afd669284e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
  box-sizing: border-box;
}



.s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3622b11f-3eaf-4470-8e55-8afd669284e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
  box-sizing: border-box;
}



.s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3622b11f-3eaf-4470-8e55-8afd669284e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
  box-sizing: border-box;
}



.s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3622b11f-3eaf-4470-8e55-8afd669284e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
  box-sizing: border-box;
}



.s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3622b11f-3eaf-4470-8e55-8afd669284e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3622b11f-3eaf-4470-8e55-8afd669284e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3622b11f-3eaf-4470-8e55-8afd669284e7.shogun-image {
  box-sizing: border-box;
}



.s-3622b11f-3eaf-4470-8e55-8afd669284e7 img.shogun-image {
  
}


}
#s-f40ef81b-4b33-4ccf-a0af-9472a90783df {
  padding-top: 22px;
}

#s-d13a9593-071d-4794-baf6-4aad88d0db0b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d13a9593-071d-4794-baf6-4aad88d0db0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin: 0 !important;
  overflow: visible;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add background color handling */
  
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47b9895d-4ced-42d3-838e-5a972a96127c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
  box-sizing: border-box;
}



.s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  
}


@media (min-width: 1200px){#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin: 0 !important;
  overflow: visible;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add background color handling */
  
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47b9895d-4ced-42d3-838e-5a972a96127c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
  box-sizing: border-box;
}



.s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin: 0 !important;
  overflow: visible;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add background color handling */
  
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47b9895d-4ced-42d3-838e-5a972a96127c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
  box-sizing: border-box;
}



.s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin: 0 !important;
  overflow: visible;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add background color handling */
  
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47b9895d-4ced-42d3-838e-5a972a96127c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
  box-sizing: border-box;
}



.s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  
}


}@media (max-width: 767px){#s-47b9895d-4ced-42d3-838e-5a972a96127c {
  margin: 0 !important;
  overflow: visible;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47b9895d-4ced-42d3-838e-5a972a96127c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add background color handling */
  
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47b9895d-4ced-42d3-838e-5a972a96127c .shogun-image-content {
  
    justify-content: center;
  
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b9895d-4ced-42d3-838e-5a972a96127c.shogun-image {
  box-sizing: border-box;
}



.s-47b9895d-4ced-42d3-838e-5a972a96127c img.shogun-image {
  
}


}
#s-98c1f5e5-6b08-4b2d-b6f1-900e6c89d710 {
  padding-top: 22px;
}

#s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7c8ab77-b4c3-4e8d-aa89-8da514fe8d67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
  box-sizing: border-box;
}



.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
  box-sizing: border-box;
}



.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
  box-sizing: border-box;
}



.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
  box-sizing: border-box;
}



.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  margin: 0 !important;
  overflow: visible;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add background color handling */
  
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f.shogun-image {
  box-sizing: border-box;
}



.s-2ca2c5ca-f99e-40ac-8177-963f536cdb1f img.shogun-image {
  
}


}
#s-49edd691-0889-49af-8481-ef431be7a1a2 {
  padding-top: 22px;
}

#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 {
  display: none;
}
#s-de8887cb-daaf-473e-a7b2-1da77b8d8949, #wrap-s-de8887cb-daaf-473e-a7b2-1da77b8d8949, #wrap-content-s-de8887cb-daaf-473e-a7b2-1da77b8d8949 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 {
  display: none;
}
#s-de8887cb-daaf-473e-a7b2-1da77b8d8949, #wrap-s-de8887cb-daaf-473e-a7b2-1da77b8d8949, #wrap-content-s-de8887cb-daaf-473e-a7b2-1da77b8d8949 { display: none !important; }}
#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-de8887cb-daaf-473e-a7b2-1da77b8d8949 td.shogun-table-column, #s-de8887cb-daaf-473e-a7b2-1da77b8d8949 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da21759-11c6-4860-bcec-7e7494973153-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0da21759-11c6-4860-bcec-7e7494973153 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
  box-sizing: border-box;
}



.s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da21759-11c6-4860-bcec-7e7494973153-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0da21759-11c6-4860-bcec-7e7494973153 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
  box-sizing: border-box;
}



.s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da21759-11c6-4860-bcec-7e7494973153-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0da21759-11c6-4860-bcec-7e7494973153 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
  box-sizing: border-box;
}



.s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da21759-11c6-4860-bcec-7e7494973153-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0da21759-11c6-4860-bcec-7e7494973153 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
  box-sizing: border-box;
}



.s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0da21759-11c6-4860-bcec-7e7494973153 {
  margin: 0 !important;
  overflow: visible;
}

#s-0da21759-11c6-4860-bcec-7e7494973153-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0da21759-11c6-4860-bcec-7e7494973153 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add background color handling */
  
}

#s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0da21759-11c6-4860-bcec-7e7494973153 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da21759-11c6-4860-bcec-7e7494973153.shogun-image {
  box-sizing: border-box;
}



.s-0da21759-11c6-4860-bcec-7e7494973153 img.shogun-image {
  
}


}
#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  max-width: 70px;
text-align: center;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  margin: 0 !important;
  overflow: visible;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add background color handling */
  
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-52c4249b-7d5f-4b4e-8444-604a40befc1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
  box-sizing: border-box;
}



.s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  
}


@media (min-width: 1200px){#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  margin: 0 !important;
  overflow: visible;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add background color handling */
  
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-52c4249b-7d5f-4b4e-8444-604a40befc1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
  box-sizing: border-box;
}



.s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  margin: 0 !important;
  overflow: visible;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add background color handling */
  
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-52c4249b-7d5f-4b4e-8444-604a40befc1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
  box-sizing: border-box;
}



.s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  margin: 0 !important;
  overflow: visible;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add background color handling */
  
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-52c4249b-7d5f-4b4e-8444-604a40befc1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
  box-sizing: border-box;
}



.s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  
}


}@media (max-width: 767px){#s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  margin: 0 !important;
  overflow: visible;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c4249b-7d5f-4b4e-8444-604a40befc1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add background color handling */
  
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-52c4249b-7d5f-4b4e-8444-604a40befc1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c4249b-7d5f-4b4e-8444-604a40befc1d.shogun-image {
  box-sizing: border-box;
}



.s-52c4249b-7d5f-4b4e-8444-604a40befc1d img.shogun-image {
  
}


}
#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  max-width: 70px;
text-align: center;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  margin: 0 !important;
  overflow: visible;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add background color handling */
  
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
  box-sizing: border-box;
}



.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  
}


@media (min-width: 1200px){#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  margin: 0 !important;
  overflow: visible;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add background color handling */
  
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
  box-sizing: border-box;
}



.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  margin: 0 !important;
  overflow: visible;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add background color handling */
  
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
  box-sizing: border-box;
}



.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  margin: 0 !important;
  overflow: visible;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add background color handling */
  
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
  box-sizing: border-box;
}



.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  
}


}@media (max-width: 767px){#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  margin: 0 !important;
  overflow: visible;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add background color handling */
  
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b.shogun-image {
  box-sizing: border-box;
}



.s-6d5ccad0-49fc-4951-9ac7-96bfb81f707b img.shogun-image {
  
}


}
#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  max-width: 70px;
text-align: center;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  margin: 0 !important;
  overflow: visible;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add background color handling */
  
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1641ea45-027b-46dd-a1c4-1c2b17635118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
  box-sizing: border-box;
}



.s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  margin: 0 !important;
  overflow: visible;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add background color handling */
  
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1641ea45-027b-46dd-a1c4-1c2b17635118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
  box-sizing: border-box;
}



.s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  margin: 0 !important;
  overflow: visible;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add background color handling */
  
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1641ea45-027b-46dd-a1c4-1c2b17635118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
  box-sizing: border-box;
}



.s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  margin: 0 !important;
  overflow: visible;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add background color handling */
  
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1641ea45-027b-46dd-a1c4-1c2b17635118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
  box-sizing: border-box;
}



.s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  margin: 0 !important;
  overflow: visible;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1641ea45-027b-46dd-a1c4-1c2b17635118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add background color handling */
  
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1641ea45-027b-46dd-a1c4-1c2b17635118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1641ea45-027b-46dd-a1c4-1c2b17635118.shogun-image {
  box-sizing: border-box;
}



.s-1641ea45-027b-46dd-a1c4-1c2b17635118 img.shogun-image {
  
}


}
#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin: 0 !important;
  overflow: visible;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add background color handling */
  
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be44ac0f-a600-48e8-a603-fa50b5456e1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
  box-sizing: border-box;
}



.s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin: 0 !important;
  overflow: visible;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add background color handling */
  
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be44ac0f-a600-48e8-a603-fa50b5456e1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
  box-sizing: border-box;
}



.s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin: 0 !important;
  overflow: visible;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add background color handling */
  
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be44ac0f-a600-48e8-a603-fa50b5456e1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
  box-sizing: border-box;
}



.s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin: 0 !important;
  overflow: visible;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add background color handling */
  
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be44ac0f-a600-48e8-a603-fa50b5456e1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
  box-sizing: border-box;
}



.s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  margin: 0 !important;
  overflow: visible;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44ac0f-a600-48e8-a603-fa50b5456e1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add background color handling */
  
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be44ac0f-a600-48e8-a603-fa50b5456e1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44ac0f-a600-48e8-a603-fa50b5456e1f.shogun-image {
  box-sizing: border-box;
}



.s-be44ac0f-a600-48e8-a603-fa50b5456e1f img.shogun-image {
  
}


}
#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  max-width: 70px;
text-align: center;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
  box-sizing: border-box;
}



.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
  box-sizing: border-box;
}



.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
  box-sizing: border-box;
}



.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
  box-sizing: border-box;
}



.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b954b6b-7ca6-43f1-861c-ac20ba343683 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b954b6b-7ca6-43f1-861c-ac20ba343683.shogun-image {
  box-sizing: border-box;
}



.s-7b954b6b-7ca6-43f1-861c-ac20ba343683 img.shogun-image {
  
}


}
#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  max-width: 70px;
text-align: center;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  margin: 0 !important;
  overflow: visible;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add background color handling */
  
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28cc4b91-825b-42c1-b056-057fb1800c91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
  box-sizing: border-box;
}



.s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  
}


@media (min-width: 1200px){#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  margin: 0 !important;
  overflow: visible;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add background color handling */
  
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28cc4b91-825b-42c1-b056-057fb1800c91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
  box-sizing: border-box;
}



.s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  margin: 0 !important;
  overflow: visible;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add background color handling */
  
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28cc4b91-825b-42c1-b056-057fb1800c91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
  box-sizing: border-box;
}



.s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  margin: 0 !important;
  overflow: visible;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add background color handling */
  
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28cc4b91-825b-42c1-b056-057fb1800c91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
  box-sizing: border-box;
}



.s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  
}


}@media (max-width: 767px){#s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  margin: 0 !important;
  overflow: visible;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28cc4b91-825b-42c1-b056-057fb1800c91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add background color handling */
  
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28cc4b91-825b-42c1-b056-057fb1800c91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cc4b91-825b-42c1-b056-057fb1800c91.shogun-image {
  box-sizing: border-box;
}



.s-28cc4b91-825b-42c1-b056-057fb1800c91 img.shogun-image {
  
}


}
#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  max-width: 70px;
text-align: center;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
  box-sizing: border-box;
}



.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
  box-sizing: border-box;
}



.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
  box-sizing: border-box;
}



.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
  box-sizing: border-box;
}



.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67a80ff-08d2-41be-81c9-6443d752f6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67a80ff-08d2-41be-81c9-6443d752f6c2.shogun-image {
  box-sizing: border-box;
}



.s-a67a80ff-08d2-41be-81c9-6443d752f6c2 img.shogun-image {
  
}


}
#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin: 0 !important;
  overflow: visible;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add background color handling */
  
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10713f6b-c172-4b30-b87f-20a2416c2e74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
  box-sizing: border-box;
}



.s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  
}


@media (min-width: 1200px){#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin: 0 !important;
  overflow: visible;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add background color handling */
  
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10713f6b-c172-4b30-b87f-20a2416c2e74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
  box-sizing: border-box;
}



.s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin: 0 !important;
  overflow: visible;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add background color handling */
  
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10713f6b-c172-4b30-b87f-20a2416c2e74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
  box-sizing: border-box;
}



.s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin: 0 !important;
  overflow: visible;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add background color handling */
  
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10713f6b-c172-4b30-b87f-20a2416c2e74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
  box-sizing: border-box;
}



.s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  
}


}@media (max-width: 767px){#s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  margin: 0 !important;
  overflow: visible;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10713f6b-c172-4b30-b87f-20a2416c2e74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add background color handling */
  
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10713f6b-c172-4b30-b87f-20a2416c2e74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10713f6b-c172-4b30-b87f-20a2416c2e74.shogun-image {
  box-sizing: border-box;
}



.s-10713f6b-c172-4b30-b87f-20a2416c2e74 img.shogun-image {
  
}


}
#s-8d917184-56b3-44b9-842c-f543646c4080 {
  max-width: 70px;
text-align: center;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d917184-56b3-44b9-842c-f543646c4080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8d917184-56b3-44b9-842c-f543646c4080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
  box-sizing: border-box;
}



.s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8d917184-56b3-44b9-842c-f543646c4080 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d917184-56b3-44b9-842c-f543646c4080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8d917184-56b3-44b9-842c-f543646c4080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
  box-sizing: border-box;
}



.s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d917184-56b3-44b9-842c-f543646c4080 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d917184-56b3-44b9-842c-f543646c4080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8d917184-56b3-44b9-842c-f543646c4080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
  box-sizing: border-box;
}



.s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d917184-56b3-44b9-842c-f543646c4080 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d917184-56b3-44b9-842c-f543646c4080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8d917184-56b3-44b9-842c-f543646c4080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
  box-sizing: border-box;
}



.s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8d917184-56b3-44b9-842c-f543646c4080 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d917184-56b3-44b9-842c-f543646c4080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d917184-56b3-44b9-842c-f543646c4080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8d917184-56b3-44b9-842c-f543646c4080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d917184-56b3-44b9-842c-f543646c4080.shogun-image {
  box-sizing: border-box;
}



.s-8d917184-56b3-44b9-842c-f543646c4080 img.shogun-image {
  
}


}
#s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e4b09ac-ebeb-4f52-a64c-5a51bf43cff8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
  box-sizing: border-box;
}



.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
  box-sizing: border-box;
}



.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
  box-sizing: border-box;
}



.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
  box-sizing: border-box;
}



.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0125e6b-6333-491b-8177-d2b89ee6cbc0.shogun-image {
  box-sizing: border-box;
}



.s-e0125e6b-6333-491b-8177-d2b89ee6cbc0 img.shogun-image {
  
}


}
#s-b04b9e7a-7b0a-4355-9774-28cf20741225 {
  padding-top: 22px;
}

#s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcda75d-9b89-4c2f-906f-4c9070b9d0ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5fe314ac-a387-4c3f-acef-7ce928755292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
  box-sizing: border-box;
}



.s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5fe314ac-a387-4c3f-acef-7ce928755292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
  box-sizing: border-box;
}



.s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5fe314ac-a387-4c3f-acef-7ce928755292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
  box-sizing: border-box;
}



.s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5fe314ac-a387-4c3f-acef-7ce928755292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
  box-sizing: border-box;
}



.s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe314ac-a387-4c3f-acef-7ce928755292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5fe314ac-a387-4c3f-acef-7ce928755292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe314ac-a387-4c3f-acef-7ce928755292.shogun-image {
  box-sizing: border-box;
}



.s-5fe314ac-a387-4c3f-acef-7ce928755292 img.shogun-image {
  
}


}
#s-de3307f4-7daa-4211-a5be-96b23b3987fe {
  padding-top: 19px;
}

#s-7c45b969-b075-4521-a3da-a23c4a986881 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c45b969-b075-4521-a3da-a23c4a986881"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  max-width: 70px;
text-align: center;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  margin: 0 !important;
  overflow: visible;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add background color handling */
  
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baf562d5-c862-4825-90f1-7461e7d488bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
  box-sizing: border-box;
}



.s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  
}


@media (min-width: 1200px){#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  margin: 0 !important;
  overflow: visible;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add background color handling */
  
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baf562d5-c862-4825-90f1-7461e7d488bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
  box-sizing: border-box;
}



.s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  margin: 0 !important;
  overflow: visible;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add background color handling */
  
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baf562d5-c862-4825-90f1-7461e7d488bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
  box-sizing: border-box;
}



.s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  margin: 0 !important;
  overflow: visible;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add background color handling */
  
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baf562d5-c862-4825-90f1-7461e7d488bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
  box-sizing: border-box;
}



.s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  
}


}@media (max-width: 767px){#s-baf562d5-c862-4825-90f1-7461e7d488bf {
  margin: 0 !important;
  overflow: visible;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-baf562d5-c862-4825-90f1-7461e7d488bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add background color handling */
  
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-baf562d5-c862-4825-90f1-7461e7d488bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf562d5-c862-4825-90f1-7461e7d488bf.shogun-image {
  box-sizing: border-box;
}



.s-baf562d5-c862-4825-90f1-7461e7d488bf img.shogun-image {
  
}


}
#s-87e78314-b2da-4857-81b8-7bb3aa797d00 {
  padding-top: 19px;
}

#s-6ff48a07-5b6e-4c97-89e3-8708cef5b595 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ff48a07-5b6e-4c97-89e3-8708cef5b595"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  max-width: 70px;
text-align: center;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
  box-sizing: border-box;
}



.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
  box-sizing: border-box;
}



.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
  box-sizing: border-box;
}



.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
  box-sizing: border-box;
}



.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a37735-9aad-4321-97b7-a1d7c2620ca7.shogun-image {
  box-sizing: border-box;
}



.s-d4a37735-9aad-4321-97b7-a1d7c2620ca7 img.shogun-image {
  
}


}
#s-98600229-329f-4a59-a277-f87e94936aa8 {
  padding-top: 19px;
}

#s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2e71cdb-733b-4f1c-bd4f-7ec760ed309d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  max-width: 70px;
text-align: center;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  margin: 0 !important;
  overflow: visible;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add background color handling */
  
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-30126320-2b0e-4d11-a6f2-8e7239df6481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
  box-sizing: border-box;
}



.s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  
}


@media (min-width: 1200px){#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  margin: 0 !important;
  overflow: visible;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add background color handling */
  
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-30126320-2b0e-4d11-a6f2-8e7239df6481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
  box-sizing: border-box;
}



.s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  margin: 0 !important;
  overflow: visible;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add background color handling */
  
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-30126320-2b0e-4d11-a6f2-8e7239df6481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
  box-sizing: border-box;
}



.s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  margin: 0 !important;
  overflow: visible;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add background color handling */
  
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-30126320-2b0e-4d11-a6f2-8e7239df6481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
  box-sizing: border-box;
}



.s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  
}


}@media (max-width: 767px){#s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  margin: 0 !important;
  overflow: visible;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30126320-2b0e-4d11-a6f2-8e7239df6481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add background color handling */
  
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-30126320-2b0e-4d11-a6f2-8e7239df6481 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30126320-2b0e-4d11-a6f2-8e7239df6481.shogun-image {
  box-sizing: border-box;
}



.s-30126320-2b0e-4d11-a6f2-8e7239df6481 img.shogun-image {
  
}


}
#s-be8d6aef-2f42-4fb2-ab06-8512e5b0cac6 {
  padding-top: 19px;
}

#s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b5dcb79-fe2f-4b75-8d74-6e26a94e2777"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  max-width: 70px;
text-align: center;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
  box-sizing: border-box;
}



.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
  box-sizing: border-box;
}



.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
  box-sizing: border-box;
}



.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
  box-sizing: border-box;
}



.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f1f45c7-7423-4f15-a49a-1313b6810dd0.shogun-image {
  box-sizing: border-box;
}



.s-5f1f45c7-7423-4f15-a49a-1313b6810dd0 img.shogun-image {
  
}


}
#s-f0fac18d-5c06-4ca3-860b-b250949c030e {
  padding-top: 1px;
}

#s-c5a69b38-a369-4b5f-9daa-191b33e93273 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5a69b38-a369-4b5f-9daa-191b33e93273"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
  box-sizing: border-box;
}



.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
  box-sizing: border-box;
}



.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
  box-sizing: border-box;
}



.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
  box-sizing: border-box;
}



.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3.shogun-image {
  box-sizing: border-box;
}



.s-4e7314c9-79fb-4a12-a2b1-4757c6c660e3 img.shogun-image {
  
}


}
#s-f3fa2087-6f7b-4769-bb6c-0b908bd3c32e {
  padding-top: 22px;
}

#s-4bfe7603-34d6-4f47-80a1-c370f20597f3 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bfe7603-34d6-4f47-80a1-c370f20597f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
  box-sizing: border-box;
}



.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  
}


@media (min-width: 1200px){#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
  box-sizing: border-box;
}



.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
  box-sizing: border-box;
}



.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
  box-sizing: border-box;
}



.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  
}


}@media (max-width: 767px){#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08847e46-1c94-4a93-b83a-cb5b6ac90a33.shogun-image {
  box-sizing: border-box;
}



.s-08847e46-1c94-4a93-b83a-cb5b6ac90a33 img.shogun-image {
  
}


}
#s-88bebae1-79e7-4304-9435-332df8b10e3f {
  padding-top: 22px;
}

#s-9a0eebe5-d152-4379-a23a-88c7bf011ff6 {
  padding-top: 22px;
}

#s-270d1b6a-25cf-4740-93fc-c2f1777720a9 {
  padding-top: 22px;
}

#s-6eb8796b-908f-4c19-8a1e-f93a666773e6 {
  padding-top: 22px;
}

#s-708e3e45-ed42-4b4e-809c-4b247347a9df {
  padding-top: 22px;
}

#s-fbe63b78-b2e5-4183-95d3-7f712087e3cd {
  padding-top: 22px;
}

#s-0bd301e3-2808-4280-a921-92935fac9e36 {
  padding-top: 22px;
}

#s-be270032-41cc-4bb5-9c0a-5f8c3b5f13b2 {
  padding-top: 22px;
}

#s-c422c1fc-6bcb-43cf-ba78-e1ffdccd21b2 {
  padding-top: 22px;
}

#s-e6aeefdf-6ca3-4012-9995-3e7eec5cd3c4 {
  padding-top: 22px;
}

#s-f42c2ad6-126f-4bd8-b088-3beae6dfdb3d {
  padding-top: 22px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
