.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-20149dc8-0af7-48b3-8807-69a863dbbf90 {
  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-20149dc8-0af7-48b3-8807-69a863dbbf90 {
  display: none;
}
#s-20149dc8-0af7-48b3-8807-69a863dbbf90, #wrap-s-20149dc8-0af7-48b3-8807-69a863dbbf90, #wrap-content-s-20149dc8-0af7-48b3-8807-69a863dbbf90 { display: none !important; }}@media (max-width: 767px){#s-20149dc8-0af7-48b3-8807-69a863dbbf90 {
  display: none;
}
#s-20149dc8-0af7-48b3-8807-69a863dbbf90, #wrap-s-20149dc8-0af7-48b3-8807-69a863dbbf90, #wrap-content-s-20149dc8-0af7-48b3-8807-69a863dbbf90 { display: none !important; }}







#s-20149dc8-0af7-48b3-8807-69a863dbbf90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20149dc8-0af7-48b3-8807-69a863dbbf90.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-a77427c8-8366-484e-9b85-0c0976266b25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a77427c8-8366-484e-9b85-0c0976266b25 .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-dceaa97e-7afc-4234-9578-02093f5747f5 {
  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-dceaa97e-7afc-4234-9578-02093f5747f5 {
  display: none;
}
#s-dceaa97e-7afc-4234-9578-02093f5747f5, #wrap-s-dceaa97e-7afc-4234-9578-02093f5747f5, #wrap-content-s-dceaa97e-7afc-4234-9578-02093f5747f5 { display: none !important; }}@media (max-width: 767px){#s-dceaa97e-7afc-4234-9578-02093f5747f5 {
  display: none;
}
#s-dceaa97e-7afc-4234-9578-02093f5747f5, #wrap-s-dceaa97e-7afc-4234-9578-02093f5747f5, #wrap-content-s-dceaa97e-7afc-4234-9578-02093f5747f5 { display: none !important; }}
#s-dceaa97e-7afc-4234-9578-02093f5747f5 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-dceaa97e-7afc-4234-9578-02093f5747f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dceaa97e-7afc-4234-9578-02093f5747f5 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-dceaa97e-7afc-4234-9578-02093f5747f5 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-dceaa97e-7afc-4234-9578-02093f5747f5 td.shogun-table-column, #s-dceaa97e-7afc-4234-9578-02093f5747f5 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-57a673bc-47f5-4d85-8235-b7cabd36fe6d {
  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-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57a673bc-47f5-4d85-8235-b7cabd36fe6d"] > .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-ef8c3437-2db4-4102-b319-b654ce727d17 {
  max-width: 70px;
text-align: center;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ef8c3437-2db4-4102-b319-b654ce727d17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
  box-sizing: border-box;
}



.s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ef8c3437-2db4-4102-b319-b654ce727d17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
  box-sizing: border-box;
}



.s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ef8c3437-2db4-4102-b319-b654ce727d17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
  box-sizing: border-box;
}



.s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ef8c3437-2db4-4102-b319-b654ce727d17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
  box-sizing: border-box;
}



.s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef8c3437-2db4-4102-b319-b654ce727d17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ef8c3437-2db4-4102-b319-b654ce727d17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8c3437-2db4-4102-b319-b654ce727d17.shogun-image {
  box-sizing: border-box;
}



.s-ef8c3437-2db4-4102-b319-b654ce727d17 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-2bda15b5-d2ec-4a14-909f-b70978a1cfeb {
  padding-top: 22px;
}

#s-8790bd76-254e-436b-9090-0d60acccb8cf {
  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-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8790bd76-254e-436b-9090-0d60acccb8cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  max-width: 70px;
text-align: center;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  margin: 0 !important;
  overflow: visible;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add background color handling */
  
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-23835ab3-c968-47f1-9d24-7e71039c122e .shogun-image-content {
  
    justify-content: center;
  
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
  box-sizing: border-box;
}



.s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  
}


@media (min-width: 1200px){#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  margin: 0 !important;
  overflow: visible;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add background color handling */
  
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-23835ab3-c968-47f1-9d24-7e71039c122e .shogun-image-content {
  
    justify-content: center;
  
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
  box-sizing: border-box;
}



.s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  margin: 0 !important;
  overflow: visible;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add background color handling */
  
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-23835ab3-c968-47f1-9d24-7e71039c122e .shogun-image-content {
  
    justify-content: center;
  
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
  box-sizing: border-box;
}



.s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  margin: 0 !important;
  overflow: visible;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add background color handling */
  
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-23835ab3-c968-47f1-9d24-7e71039c122e .shogun-image-content {
  
    justify-content: center;
  
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
  box-sizing: border-box;
}



.s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  
}


}@media (max-width: 767px){#s-23835ab3-c968-47f1-9d24-7e71039c122e {
  margin: 0 !important;
  overflow: visible;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23835ab3-c968-47f1-9d24-7e71039c122e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add background color handling */
  
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-23835ab3-c968-47f1-9d24-7e71039c122e .shogun-image-content {
  
    justify-content: center;
  
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23835ab3-c968-47f1-9d24-7e71039c122e.shogun-image {
  box-sizing: border-box;
}



.s-23835ab3-c968-47f1-9d24-7e71039c122e img.shogun-image {
  
}


}
#s-aa923307-28e3-4a3c-84a4-b7cc47f5581a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca9c88e-a699-4cf7-a16a-880a13989a1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4736c839-3f82-4a36-848f-6ca9bba06dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
  box-sizing: border-box;
}



.s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4736c839-3f82-4a36-848f-6ca9bba06dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
  box-sizing: border-box;
}



.s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4736c839-3f82-4a36-848f-6ca9bba06dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
  box-sizing: border-box;
}



.s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4736c839-3f82-4a36-848f-6ca9bba06dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
  box-sizing: border-box;
}



.s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4736c839-3f82-4a36-848f-6ca9bba06dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4736c839-3f82-4a36-848f-6ca9bba06dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4736c839-3f82-4a36-848f-6ca9bba06dbe.shogun-image {
  box-sizing: border-box;
}



.s-4736c839-3f82-4a36-848f-6ca9bba06dbe img.shogun-image {
  
}


}
#s-3962e996-8fac-4a1d-b56e-63d8d5e55288 {
  padding-top: 22px;
}

#s-a3415384-76fb-4452-a78d-de4e99bb3979 {
  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-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3415384-76fb-4452-a78d-de4e99bb3979"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin-top: 98px;
max-width: 70px;
text-align: center;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84d8d87f-66ff-4050-98ac-200dfdce9918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
  box-sizing: border-box;
}



.s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  
}


@media (min-width: 1200px){#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84d8d87f-66ff-4050-98ac-200dfdce9918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
  box-sizing: border-box;
}



.s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84d8d87f-66ff-4050-98ac-200dfdce9918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
  box-sizing: border-box;
}



.s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84d8d87f-66ff-4050-98ac-200dfdce9918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
  box-sizing: border-box;
}



.s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  
}


}@media (max-width: 767px){#s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d8d87f-66ff-4050-98ac-200dfdce9918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84d8d87f-66ff-4050-98ac-200dfdce9918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d8d87f-66ff-4050-98ac-200dfdce9918.shogun-image {
  box-sizing: border-box;
}



.s-84d8d87f-66ff-4050-98ac-200dfdce9918 img.shogun-image {
  
}


}
#s-9f98f0df-1c85-4fe0-a51a-ce0f350b62ef {
  padding-top: 22px;
}

#s-11a9f06d-7342-4734-8add-128e50b1c4e8 {
  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-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11a9f06d-7342-4734-8add-128e50b1c4e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  max-width: 70px;
text-align: center;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
  box-sizing: border-box;
}



.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
  box-sizing: border-box;
}



.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
  box-sizing: border-box;
}



.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
  box-sizing: border-box;
}



.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83.shogun-image {
  box-sizing: border-box;
}



.s-e88273d5-e43d-4c75-aa0f-a3b4bacbbd83 img.shogun-image {
  
}


}
#s-080901be-4692-4e01-a9e3-e3e634d66857 {
  padding-top: 22px;
}

#s-316f743c-82cb-492d-980a-f8e89e2298dd {
  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-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-316f743c-82cb-492d-980a-f8e89e2298dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-89635f0e-4052-4d45-a534-3da051385a96 {
  max-width: 70px;
text-align: center;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 {
  margin: 0 !important;
  overflow: visible;
}

#s-89635f0e-4052-4d45-a534-3da051385a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add background color handling */
  
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89635f0e-4052-4d45-a534-3da051385a96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
  box-sizing: border-box;
}



.s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  
}


@media (min-width: 1200px){#s-89635f0e-4052-4d45-a534-3da051385a96 {
  margin: 0 !important;
  overflow: visible;
}

#s-89635f0e-4052-4d45-a534-3da051385a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add background color handling */
  
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89635f0e-4052-4d45-a534-3da051385a96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
  box-sizing: border-box;
}



.s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89635f0e-4052-4d45-a534-3da051385a96 {
  margin: 0 !important;
  overflow: visible;
}

#s-89635f0e-4052-4d45-a534-3da051385a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add background color handling */
  
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89635f0e-4052-4d45-a534-3da051385a96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
  box-sizing: border-box;
}



.s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-89635f0e-4052-4d45-a534-3da051385a96 {
  margin: 0 !important;
  overflow: visible;
}

#s-89635f0e-4052-4d45-a534-3da051385a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add background color handling */
  
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89635f0e-4052-4d45-a534-3da051385a96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
  box-sizing: border-box;
}



.s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  
}


}@media (max-width: 767px){#s-89635f0e-4052-4d45-a534-3da051385a96 {
  margin: 0 !important;
  overflow: visible;
}

#s-89635f0e-4052-4d45-a534-3da051385a96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-89635f0e-4052-4d45-a534-3da051385a96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add background color handling */
  
}

#s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-89635f0e-4052-4d45-a534-3da051385a96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89635f0e-4052-4d45-a534-3da051385a96.shogun-image {
  box-sizing: border-box;
}



.s-89635f0e-4052-4d45-a534-3da051385a96 img.shogun-image {
  
}


}
#s-c69d6fd3-5840-4d7b-a877-b0060d00b080 {
  padding-top: 22px;
}

#s-6bf7b066-e232-42ad-8128-50b25cbd3e3d {
  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-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bf7b066-e232-42ad-8128-50b25cbd3e3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin: 0 !important;
  overflow: visible;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add background color handling */
  
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28e19f75-8109-4a81-8471-eb26fe246589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
  box-sizing: border-box;
}



.s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  
}


@media (min-width: 1200px){#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin: 0 !important;
  overflow: visible;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add background color handling */
  
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28e19f75-8109-4a81-8471-eb26fe246589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
  box-sizing: border-box;
}



.s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin: 0 !important;
  overflow: visible;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add background color handling */
  
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28e19f75-8109-4a81-8471-eb26fe246589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
  box-sizing: border-box;
}



.s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin: 0 !important;
  overflow: visible;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add background color handling */
  
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28e19f75-8109-4a81-8471-eb26fe246589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
  box-sizing: border-box;
}



.s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  
}


}@media (max-width: 767px){#s-28e19f75-8109-4a81-8471-eb26fe246589 {
  margin: 0 !important;
  overflow: visible;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28e19f75-8109-4a81-8471-eb26fe246589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add background color handling */
  
}

#s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28e19f75-8109-4a81-8471-eb26fe246589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e19f75-8109-4a81-8471-eb26fe246589.shogun-image {
  box-sizing: border-box;
}



.s-28e19f75-8109-4a81-8471-eb26fe246589 img.shogun-image {
  
}


}
#s-0410fc9c-f6a3-45ac-914f-34db743c6107 {
  padding-top: 22px;
}

#s-da892523-746b-4349-beac-c55439a096df {
  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-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da892523-746b-4349-beac-c55439a096df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  max-width: 70px;
text-align: center;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6e15d466-4b39-4199-84a9-d850a84ead7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
  box-sizing: border-box;
}



.s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6e15d466-4b39-4199-84a9-d850a84ead7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
  box-sizing: border-box;
}



.s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6e15d466-4b39-4199-84a9-d850a84ead7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
  box-sizing: border-box;
}



.s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6e15d466-4b39-4199-84a9-d850a84ead7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
  box-sizing: border-box;
}



.s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e15d466-4b39-4199-84a9-d850a84ead7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6e15d466-4b39-4199-84a9-d850a84ead7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e15d466-4b39-4199-84a9-d850a84ead7b.shogun-image {
  box-sizing: border-box;
}



.s-6e15d466-4b39-4199-84a9-d850a84ead7b img.shogun-image {
  
}


}
#s-4e24f83a-a463-42f8-aa8e-0e5f20e783ac {
  padding-top: 22px;
}

#s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f {
  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-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60b4eae2-30b5-4f60-a98c-79e5a2a02b3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2bca2088-8258-447c-a552-a0ef132279d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
  box-sizing: border-box;
}



.s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2bca2088-8258-447c-a552-a0ef132279d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
  box-sizing: border-box;
}



.s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2bca2088-8258-447c-a552-a0ef132279d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
  box-sizing: border-box;
}



.s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2bca2088-8258-447c-a552-a0ef132279d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
  box-sizing: border-box;
}



.s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2bca2088-8258-447c-a552-a0ef132279d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bca2088-8258-447c-a552-a0ef132279d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2bca2088-8258-447c-a552-a0ef132279d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bca2088-8258-447c-a552-a0ef132279d5.shogun-image {
  box-sizing: border-box;
}



.s-2bca2088-8258-447c-a552-a0ef132279d5 img.shogun-image {
  
}


}
#s-ba6c64c9-8b8f-49c4-8f78-eb6c00097ced {
  padding-top: 22px;
}

#s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf {
  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-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17d432f5-50f7-46cd-8ccb-a5cdffdfefdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  max-width: 70px;
text-align: center;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  margin: 0 !important;
  overflow: visible;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add background color handling */
  
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
  box-sizing: border-box;
}



.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  
}


@media (min-width: 1200px){#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  margin: 0 !important;
  overflow: visible;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add background color handling */
  
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
  box-sizing: border-box;
}



.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  margin: 0 !important;
  overflow: visible;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add background color handling */
  
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
  box-sizing: border-box;
}



.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  margin: 0 !important;
  overflow: visible;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add background color handling */
  
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
  box-sizing: border-box;
}



.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  
}


}@media (max-width: 767px){#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  margin: 0 !important;
  overflow: visible;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae5e508a-0bfb-45dd-9eae-c9147bae635b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add background color handling */
  
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5e508a-0bfb-45dd-9eae-c9147bae635b.shogun-image {
  box-sizing: border-box;
}



.s-ae5e508a-0bfb-45dd-9eae-c9147bae635b img.shogun-image {
  
}


}
#s-8bbc2879-4d19-45d1-b4ab-bb0b99f0e2a5 {
  padding-top: 22px;
}

#s-0f10db78-ae18-40dc-86a6-457e1d1bb81a {
  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-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f10db78-ae18-40dc-86a6-457e1d1bb81a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-358f1696-8d31-4907-9204-15767d397f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-358f1696-8d31-4907-9204-15767d397f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358f1696-8d31-4907-9204-15767d397f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
  box-sizing: border-box;
}



.s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  
}


@media (min-width: 1200px){#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-358f1696-8d31-4907-9204-15767d397f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-358f1696-8d31-4907-9204-15767d397f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358f1696-8d31-4907-9204-15767d397f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
  box-sizing: border-box;
}



.s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-358f1696-8d31-4907-9204-15767d397f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-358f1696-8d31-4907-9204-15767d397f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358f1696-8d31-4907-9204-15767d397f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
  box-sizing: border-box;
}



.s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-358f1696-8d31-4907-9204-15767d397f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-358f1696-8d31-4907-9204-15767d397f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358f1696-8d31-4907-9204-15767d397f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
  box-sizing: border-box;
}



.s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  
}


}@media (max-width: 767px){#s-358f1696-8d31-4907-9204-15767d397f44 {
  margin: 0 !important;
  overflow: visible;
}

#s-358f1696-8d31-4907-9204-15767d397f44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358f1696-8d31-4907-9204-15767d397f44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add background color handling */
  
}

#s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-358f1696-8d31-4907-9204-15767d397f44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-358f1696-8d31-4907-9204-15767d397f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358f1696-8d31-4907-9204-15767d397f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358f1696-8d31-4907-9204-15767d397f44.shogun-image {
  box-sizing: border-box;
}



.s-358f1696-8d31-4907-9204-15767d397f44 img.shogun-image {
  
}


}
#s-2254496b-9e19-482e-bd10-488aa55c6b17 {
  padding-top: 19px;
}

#s-8d9111cc-3f0b-4525-a23a-1397362bc2e3 {
  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-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d9111cc-3f0b-4525-a23a-1397362bc2e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  max-width: 70px;
text-align: center;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  margin: 0 !important;
  overflow: visible;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add background color handling */
  
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a473871b-8a32-465d-871b-cecb09bb6093 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
  box-sizing: border-box;
}



.s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  margin: 0 !important;
  overflow: visible;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add background color handling */
  
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a473871b-8a32-465d-871b-cecb09bb6093 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
  box-sizing: border-box;
}



.s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  margin: 0 !important;
  overflow: visible;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add background color handling */
  
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a473871b-8a32-465d-871b-cecb09bb6093 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
  box-sizing: border-box;
}



.s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  margin: 0 !important;
  overflow: visible;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add background color handling */
  
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a473871b-8a32-465d-871b-cecb09bb6093 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
  box-sizing: border-box;
}



.s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a473871b-8a32-465d-871b-cecb09bb6093 {
  margin: 0 !important;
  overflow: visible;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a473871b-8a32-465d-871b-cecb09bb6093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add background color handling */
  
}

#s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a473871b-8a32-465d-871b-cecb09bb6093 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a473871b-8a32-465d-871b-cecb09bb6093.shogun-image {
  box-sizing: border-box;
}



.s-a473871b-8a32-465d-871b-cecb09bb6093 img.shogun-image {
  
}


}
#s-16da855d-29fe-4aa0-8ea4-1d01d18ec306 {
  padding-top: 19px;
}

#s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec {
  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-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5992eaa5-abf6-4294-8f62-a1c2cd8234ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  max-width: 70px;
text-align: center;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
  box-sizing: border-box;
}



.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
  box-sizing: border-box;
}



.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
  box-sizing: border-box;
}



.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
  box-sizing: border-box;
}



.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726ea851-476e-4bc6-8c37-dbaefd1e1f26.shogun-image {
  box-sizing: border-box;
}



.s-726ea851-476e-4bc6-8c37-dbaefd1e1f26 img.shogun-image {
  
}


}
#s-ff351d01-67f5-42c1-bd6e-27430ac923f3 {
  padding-top: 19px;
}

#s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec {
  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-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61fe5d38-d0e2-4c0a-9329-de37c279c4ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  max-width: 70px;
text-align: center;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  margin: 0 !important;
  overflow: visible;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add background color handling */
  
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
  box-sizing: border-box;
}



.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  margin: 0 !important;
  overflow: visible;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add background color handling */
  
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
  box-sizing: border-box;
}



.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  margin: 0 !important;
  overflow: visible;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add background color handling */
  
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
  box-sizing: border-box;
}



.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  margin: 0 !important;
  overflow: visible;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add background color handling */
  
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
  box-sizing: border-box;
}



.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  margin: 0 !important;
  overflow: visible;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d817ce00-7f9d-472f-8d02-d17c71dffc9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add background color handling */
  
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d817ce00-7f9d-472f-8d02-d17c71dffc9f.shogun-image {
  box-sizing: border-box;
}



.s-d817ce00-7f9d-472f-8d02-d17c71dffc9f img.shogun-image {
  
}


}
#s-0e88135a-dbda-43be-a2ce-43332d3cdb48 {
  padding-top: 19px;
}

#s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05 {
  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-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a18e65e-7db5-4f63-a3f9-46bce8ca7f05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  max-width: 70px;
text-align: center;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-212220bb-48e5-468f-af05-b1e969ebbaf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
  box-sizing: border-box;
}



.s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-212220bb-48e5-468f-af05-b1e969ebbaf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
  box-sizing: border-box;
}



.s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-212220bb-48e5-468f-af05-b1e969ebbaf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
  box-sizing: border-box;
}



.s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-212220bb-48e5-468f-af05-b1e969ebbaf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
  box-sizing: border-box;
}



.s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  margin: 0 !important;
  overflow: visible;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-212220bb-48e5-468f-af05-b1e969ebbaf5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add background color handling */
  
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-212220bb-48e5-468f-af05-b1e969ebbaf5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-212220bb-48e5-468f-af05-b1e969ebbaf5.shogun-image {
  box-sizing: border-box;
}



.s-212220bb-48e5-468f-af05-b1e969ebbaf5 img.shogun-image {
  
}


}
#s-5ae585db-79ac-4209-9580-fa5d73f93bc3 {
  padding-top: 1px;
}

#s-00af75c1-dd2f-4d64-84c3-f7463a0beded {
  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-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00af75c1-dd2f-4d64-84c3-f7463a0beded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  max-width: 70px;
text-align: center;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
  box-sizing: border-box;
}



.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
  box-sizing: border-box;
}



.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
  box-sizing: border-box;
}



.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
  box-sizing: border-box;
}



.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388.shogun-image {
  box-sizing: border-box;
}



.s-e9dc99c2-58ea-4d7a-a5e4-77fa1d145388 img.shogun-image {
  
}


}
#s-6337e3bf-9067-411b-bd5a-64d658821fec {
  padding-top: 22px;
}

#s-b51eed31-4342-464b-bcd9-85b98519afa5 {
  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-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51eed31-4342-464b-bcd9-85b98519afa5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b2326e3-7add-42c3-816b-c73314bef524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
  box-sizing: border-box;
}



.s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b2326e3-7add-42c3-816b-c73314bef524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
  box-sizing: border-box;
}



.s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b2326e3-7add-42c3-816b-c73314bef524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
  box-sizing: border-box;
}



.s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b2326e3-7add-42c3-816b-c73314bef524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
  box-sizing: border-box;
}



.s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4b2326e3-7add-42c3-816b-c73314bef524 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b2326e3-7add-42c3-816b-c73314bef524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b2326e3-7add-42c3-816b-c73314bef524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2326e3-7add-42c3-816b-c73314bef524.shogun-image {
  box-sizing: border-box;
}



.s-4b2326e3-7add-42c3-816b-c73314bef524 img.shogun-image {
  
}


}
#s-45955a5d-44e1-4fb1-9051-de07375dba7f {
  padding-top: 22px;
}

#s-f4bb8db7-6ef0-49c1-9b96-929125c888ff {
  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-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4bb8db7-6ef0-49c1-9b96-929125c888ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin: 0 !important;
  overflow: visible;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add background color handling */
  
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-233c183b-46f9-4e2c-83ed-59a40448928d .shogun-image-content {
  
    justify-content: center;
  
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
  box-sizing: border-box;
}



.s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  
}


@media (min-width: 1200px){#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin: 0 !important;
  overflow: visible;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add background color handling */
  
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-233c183b-46f9-4e2c-83ed-59a40448928d .shogun-image-content {
  
    justify-content: center;
  
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
  box-sizing: border-box;
}



.s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin: 0 !important;
  overflow: visible;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add background color handling */
  
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-233c183b-46f9-4e2c-83ed-59a40448928d .shogun-image-content {
  
    justify-content: center;
  
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
  box-sizing: border-box;
}



.s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin: 0 !important;
  overflow: visible;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add background color handling */
  
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-233c183b-46f9-4e2c-83ed-59a40448928d .shogun-image-content {
  
    justify-content: center;
  
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
  box-sizing: border-box;
}



.s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  
}


}@media (max-width: 767px){#s-233c183b-46f9-4e2c-83ed-59a40448928d {
  margin: 0 !important;
  overflow: visible;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-233c183b-46f9-4e2c-83ed-59a40448928d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add background color handling */
  
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-233c183b-46f9-4e2c-83ed-59a40448928d .shogun-image-content {
  
    justify-content: center;
  
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233c183b-46f9-4e2c-83ed-59a40448928d.shogun-image {
  box-sizing: border-box;
}



.s-233c183b-46f9-4e2c-83ed-59a40448928d img.shogun-image {
  
}


}
#s-ecb933d5-2675-4f4f-9795-f3ff96157ecb {
  padding-top: 22px;
}

#s-53b80f21-2f04-4601-968c-5874141a0f50 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-53b80f21-2f04-4601-968c-5874141a0f50 {
  display: none;
}
#s-53b80f21-2f04-4601-968c-5874141a0f50, #wrap-s-53b80f21-2f04-4601-968c-5874141a0f50, #wrap-content-s-53b80f21-2f04-4601-968c-5874141a0f50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53b80f21-2f04-4601-968c-5874141a0f50 {
  display: none;
}
#s-53b80f21-2f04-4601-968c-5874141a0f50, #wrap-s-53b80f21-2f04-4601-968c-5874141a0f50, #wrap-content-s-53b80f21-2f04-4601-968c-5874141a0f50 { display: none !important; }}
#s-53b80f21-2f04-4601-968c-5874141a0f50 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-53b80f21-2f04-4601-968c-5874141a0f50 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-53b80f21-2f04-4601-968c-5874141a0f50 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-53b80f21-2f04-4601-968c-5874141a0f50 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-53b80f21-2f04-4601-968c-5874141a0f50 td.shogun-table-column, #s-53b80f21-2f04-4601-968c-5874141a0f50 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
  box-sizing: border-box;
}



.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
  box-sizing: border-box;
}



.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
  box-sizing: border-box;
}



.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
  box-sizing: border-box;
}



.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3.shogun-image {
  box-sizing: border-box;
}



.s-4b67a9bf-6dbe-474a-ab21-8c5fb20f36c3 img.shogun-image {
  
}


}
#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  max-width: 70px;
text-align: center;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  margin: 0 !important;
  overflow: visible;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add background color handling */
  
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
  box-sizing: border-box;
}



.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  
}


@media (min-width: 1200px){#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  margin: 0 !important;
  overflow: visible;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add background color handling */
  
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
  box-sizing: border-box;
}



.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  margin: 0 !important;
  overflow: visible;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add background color handling */
  
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
  box-sizing: border-box;
}



.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  margin: 0 !important;
  overflow: visible;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add background color handling */
  
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
  box-sizing: border-box;
}



.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  
}


}@media (max-width: 767px){#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  margin: 0 !important;
  overflow: visible;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add background color handling */
  
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e.shogun-image {
  box-sizing: border-box;
}



.s-b6b91a32-8db4-47d0-a92d-a0f7e55d821e img.shogun-image {
  
}


}
#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  max-width: 70px;
text-align: center;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8be26bc-52d8-4295-a619-ad002913f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
  box-sizing: border-box;
}



.s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8be26bc-52d8-4295-a619-ad002913f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
  box-sizing: border-box;
}



.s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8be26bc-52d8-4295-a619-ad002913f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
  box-sizing: border-box;
}



.s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8be26bc-52d8-4295-a619-ad002913f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
  box-sizing: border-box;
}



.s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8be26bc-52d8-4295-a619-ad002913f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8be26bc-52d8-4295-a619-ad002913f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8be26bc-52d8-4295-a619-ad002913f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8be26bc-52d8-4295-a619-ad002913f746.shogun-image {
  box-sizing: border-box;
}



.s-b8be26bc-52d8-4295-a619-ad002913f746 img.shogun-image {
  
}


}
#s-5828b767-5d28-4019-a972-382f39a69858 {
  max-width: 70px;
text-align: center;
}

#s-5828b767-5d28-4019-a972-382f39a69858 {
  margin: 0 !important;
  overflow: visible;
}

#s-5828b767-5d28-4019-a972-382f39a69858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add background color handling */
  
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5828b767-5d28-4019-a972-382f39a69858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5828b767-5d28-4019-a972-382f39a69858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
  box-sizing: border-box;
}



.s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5828b767-5d28-4019-a972-382f39a69858 {
  margin: 0 !important;
  overflow: visible;
}

#s-5828b767-5d28-4019-a972-382f39a69858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add background color handling */
  
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5828b767-5d28-4019-a972-382f39a69858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5828b767-5d28-4019-a972-382f39a69858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
  box-sizing: border-box;
}



.s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5828b767-5d28-4019-a972-382f39a69858 {
  margin: 0 !important;
  overflow: visible;
}

#s-5828b767-5d28-4019-a972-382f39a69858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add background color handling */
  
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5828b767-5d28-4019-a972-382f39a69858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5828b767-5d28-4019-a972-382f39a69858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
  box-sizing: border-box;
}



.s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5828b767-5d28-4019-a972-382f39a69858 {
  margin: 0 !important;
  overflow: visible;
}

#s-5828b767-5d28-4019-a972-382f39a69858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add background color handling */
  
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5828b767-5d28-4019-a972-382f39a69858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5828b767-5d28-4019-a972-382f39a69858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
  box-sizing: border-box;
}



.s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5828b767-5d28-4019-a972-382f39a69858 {
  margin: 0 !important;
  overflow: visible;
}

#s-5828b767-5d28-4019-a972-382f39a69858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5828b767-5d28-4019-a972-382f39a69858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add background color handling */
  
}

#s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5828b767-5d28-4019-a972-382f39a69858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5828b767-5d28-4019-a972-382f39a69858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5828b767-5d28-4019-a972-382f39a69858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5828b767-5d28-4019-a972-382f39a69858.shogun-image {
  box-sizing: border-box;
}



.s-5828b767-5d28-4019-a972-382f39a69858 img.shogun-image {
  
}


}
#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin: 0 !important;
  overflow: visible;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add background color handling */
  
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a02303cf-57c0-41e5-94ae-863bd794e802 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
  box-sizing: border-box;
}



.s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin: 0 !important;
  overflow: visible;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add background color handling */
  
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a02303cf-57c0-41e5-94ae-863bd794e802 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
  box-sizing: border-box;
}



.s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin: 0 !important;
  overflow: visible;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add background color handling */
  
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a02303cf-57c0-41e5-94ae-863bd794e802 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
  box-sizing: border-box;
}



.s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin: 0 !important;
  overflow: visible;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add background color handling */
  
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a02303cf-57c0-41e5-94ae-863bd794e802 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
  box-sizing: border-box;
}



.s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  margin: 0 !important;
  overflow: visible;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a02303cf-57c0-41e5-94ae-863bd794e802 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add background color handling */
  
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a02303cf-57c0-41e5-94ae-863bd794e802 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a02303cf-57c0-41e5-94ae-863bd794e802.shogun-image {
  box-sizing: border-box;
}



.s-a02303cf-57c0-41e5-94ae-863bd794e802 img.shogun-image {
  
}


}
#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  max-width: 70px;
text-align: center;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
  box-sizing: border-box;
}



.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
  box-sizing: border-box;
}



.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
  box-sizing: border-box;
}



.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
  box-sizing: border-box;
}



.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a8297d-10d1-4003-9190-d22f79e03ab3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a8297d-10d1-4003-9190-d22f79e03ab3.shogun-image {
  box-sizing: border-box;
}



.s-a1a8297d-10d1-4003-9190-d22f79e03ab3 img.shogun-image {
  
}


}
#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  max-width: 70px;
text-align: center;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-491d4e40-6dbe-4390-9663-1465647c5ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
  box-sizing: border-box;
}



.s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-491d4e40-6dbe-4390-9663-1465647c5ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
  box-sizing: border-box;
}



.s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-491d4e40-6dbe-4390-9663-1465647c5ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
  box-sizing: border-box;
}



.s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-491d4e40-6dbe-4390-9663-1465647c5ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
  box-sizing: border-box;
}



.s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-491d4e40-6dbe-4390-9663-1465647c5ec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-491d4e40-6dbe-4390-9663-1465647c5ec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d4e40-6dbe-4390-9663-1465647c5ec6.shogun-image {
  box-sizing: border-box;
}



.s-491d4e40-6dbe-4390-9663-1465647c5ec6 img.shogun-image {
  
}


}
#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  max-width: 70px;
text-align: center;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  margin: 0 !important;
  overflow: visible;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add background color handling */
  
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd7c27e4-90d6-4200-8343-69871e7bd51e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
  box-sizing: border-box;
}



.s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  
}


@media (min-width: 1200px){#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  margin: 0 !important;
  overflow: visible;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add background color handling */
  
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd7c27e4-90d6-4200-8343-69871e7bd51e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
  box-sizing: border-box;
}



.s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  margin: 0 !important;
  overflow: visible;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add background color handling */
  
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd7c27e4-90d6-4200-8343-69871e7bd51e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
  box-sizing: border-box;
}



.s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  margin: 0 !important;
  overflow: visible;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add background color handling */
  
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd7c27e4-90d6-4200-8343-69871e7bd51e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
  box-sizing: border-box;
}



.s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  
}


}@media (max-width: 767px){#s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  margin: 0 !important;
  overflow: visible;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd7c27e4-90d6-4200-8343-69871e7bd51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add background color handling */
  
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd7c27e4-90d6-4200-8343-69871e7bd51e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7c27e4-90d6-4200-8343-69871e7bd51e.shogun-image {
  box-sizing: border-box;
}



.s-cd7c27e4-90d6-4200-8343-69871e7bd51e img.shogun-image {
  
}


}
#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin: 0 !important;
  overflow: visible;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add background color handling */
  
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
  box-sizing: border-box;
}



.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  
}


@media (min-width: 1200px){#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin: 0 !important;
  overflow: visible;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add background color handling */
  
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
  box-sizing: border-box;
}



.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin: 0 !important;
  overflow: visible;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add background color handling */
  
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
  box-sizing: border-box;
}



.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin: 0 !important;
  overflow: visible;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add background color handling */
  
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
  box-sizing: border-box;
}



.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  
}


}@media (max-width: 767px){#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  margin: 0 !important;
  overflow: visible;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add background color handling */
  
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff.shogun-image {
  box-sizing: border-box;
}



.s-0d73dc33-62e7-4f87-840b-dc61f4eda3ff img.shogun-image {
  
}


}
#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  max-width: 70px;
text-align: center;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  margin: 0 !important;
  overflow: visible;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add background color handling */
  
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-101b1203-8a03-4319-8b24-b5c1ac201643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
  box-sizing: border-box;
}



.s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  
}


@media (min-width: 1200px){#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  margin: 0 !important;
  overflow: visible;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add background color handling */
  
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-101b1203-8a03-4319-8b24-b5c1ac201643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
  box-sizing: border-box;
}



.s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  margin: 0 !important;
  overflow: visible;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add background color handling */
  
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-101b1203-8a03-4319-8b24-b5c1ac201643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
  box-sizing: border-box;
}



.s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  margin: 0 !important;
  overflow: visible;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add background color handling */
  
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-101b1203-8a03-4319-8b24-b5c1ac201643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
  box-sizing: border-box;
}



.s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  
}


}@media (max-width: 767px){#s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  margin: 0 !important;
  overflow: visible;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-101b1203-8a03-4319-8b24-b5c1ac201643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add background color handling */
  
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-101b1203-8a03-4319-8b24-b5c1ac201643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101b1203-8a03-4319-8b24-b5c1ac201643.shogun-image {
  box-sizing: border-box;
}



.s-101b1203-8a03-4319-8b24-b5c1ac201643 img.shogun-image {
  
}


}
#s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52 {
  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-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c87eb52a-d6aa-4291-be8c-d9e7afc2aa52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
  box-sizing: border-box;
}



.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
  box-sizing: border-box;
}



.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
  box-sizing: border-box;
}



.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
  box-sizing: border-box;
}



.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808a1abc-12d6-4f5a-b434-fc8327c111f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808a1abc-12d6-4f5a-b434-fc8327c111f9.shogun-image {
  box-sizing: border-box;
}



.s-808a1abc-12d6-4f5a-b434-fc8327c111f9 img.shogun-image {
  
}


}
#s-705271d1-c7e2-4d0d-a65f-d12bb9c8784a {
  padding-top: 22px;
}

#s-6b4051ba-db80-4b53-a6ff-159065038a7c {
  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-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b4051ba-db80-4b53-a6ff-159065038a7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin: 0 !important;
  overflow: visible;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add background color handling */
  
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7f3d0d18-edd8-4403-9118-7270c393c34a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
  box-sizing: border-box;
}



.s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  
}


@media (min-width: 1200px){#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin: 0 !important;
  overflow: visible;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add background color handling */
  
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7f3d0d18-edd8-4403-9118-7270c393c34a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
  box-sizing: border-box;
}



.s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin: 0 !important;
  overflow: visible;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add background color handling */
  
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7f3d0d18-edd8-4403-9118-7270c393c34a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
  box-sizing: border-box;
}



.s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin: 0 !important;
  overflow: visible;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add background color handling */
  
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7f3d0d18-edd8-4403-9118-7270c393c34a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
  box-sizing: border-box;
}



.s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  
}


}@media (max-width: 767px){#s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  margin: 0 !important;
  overflow: visible;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f3d0d18-edd8-4403-9118-7270c393c34a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add background color handling */
  
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7f3d0d18-edd8-4403-9118-7270c393c34a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f3d0d18-edd8-4403-9118-7270c393c34a.shogun-image {
  box-sizing: border-box;
}



.s-7f3d0d18-edd8-4403-9118-7270c393c34a img.shogun-image {
  
}


}
#s-442b8b50-beff-4f93-b29e-552fbddd3417 {
  padding-top: 19px;
}

#s-5942b14e-299f-43d9-9e39-b2971e033a62 {
  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-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5942b14e-299f-43d9-9e39-b2971e033a62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  max-width: 70px;
text-align: center;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
  box-sizing: border-box;
}



.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  
}


@media (min-width: 1200px){#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
  box-sizing: border-box;
}



.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
  box-sizing: border-box;
}



.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
  box-sizing: border-box;
}



.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  
}


}@media (max-width: 767px){#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc.shogun-image {
  box-sizing: border-box;
}



.s-d4a7dbc4-4987-4c1c-b63f-e1a3b2498cbc img.shogun-image {
  
}


}
#s-f2c5a159-eb9b-42c6-af11-dd1569f7707e {
  padding-top: 19px;
}

#s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4 {
  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-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d3f4e81-36a0-4bf4-bb88-d50d62c8dcc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  max-width: 70px;
text-align: center;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
  box-sizing: border-box;
}



.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
  box-sizing: border-box;
}



.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
  box-sizing: border-box;
}



.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
  box-sizing: border-box;
}



.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fec0bbc-6ba1-4199-8162-0b5355545a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fec0bbc-6ba1-4199-8162-0b5355545a54.shogun-image {
  box-sizing: border-box;
}



.s-8fec0bbc-6ba1-4199-8162-0b5355545a54 img.shogun-image {
  
}


}
#s-159a3a93-6874-483b-837e-ea2a0beb266f {
  padding-top: 19px;
}

#s-511cfacd-4a89-403f-be17-95ad5f4426b2 {
  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-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-511cfacd-4a89-403f-be17-95ad5f4426b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a45a4f84-24d2-453b-9241-085497209db7 {
  max-width: 70px;
text-align: center;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a45a4f84-24d2-453b-9241-085497209db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a45a4f84-24d2-453b-9241-085497209db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
  box-sizing: border-box;
}



.s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a45a4f84-24d2-453b-9241-085497209db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a45a4f84-24d2-453b-9241-085497209db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a45a4f84-24d2-453b-9241-085497209db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
  box-sizing: border-box;
}



.s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a45a4f84-24d2-453b-9241-085497209db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a45a4f84-24d2-453b-9241-085497209db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a45a4f84-24d2-453b-9241-085497209db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
  box-sizing: border-box;
}



.s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a45a4f84-24d2-453b-9241-085497209db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a45a4f84-24d2-453b-9241-085497209db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a45a4f84-24d2-453b-9241-085497209db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
  box-sizing: border-box;
}



.s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a45a4f84-24d2-453b-9241-085497209db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a45a4f84-24d2-453b-9241-085497209db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a45a4f84-24d2-453b-9241-085497209db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a45a4f84-24d2-453b-9241-085497209db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45a4f84-24d2-453b-9241-085497209db7.shogun-image {
  box-sizing: border-box;
}



.s-a45a4f84-24d2-453b-9241-085497209db7 img.shogun-image {
  
}


}
#s-9e65be5c-8bd7-43b1-9007-2e10f596999b {
  padding-top: 19px;
}

#s-c575bade-a699-4701-8b60-0106889c33f4 {
  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-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c575bade-a699-4701-8b60-0106889c33f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  max-width: 70px;
text-align: center;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
  box-sizing: border-box;
}



.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
  box-sizing: border-box;
}



.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
  box-sizing: border-box;
}



.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
  box-sizing: border-box;
}



.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab.shogun-image {
  box-sizing: border-box;
}



.s-7c2e36bb-454c-4d64-860b-101a5ef4f8ab img.shogun-image {
  
}


}
#s-06bc5e0f-231e-415b-9347-7782146b62b5 {
  padding-top: 1px;
}

#s-0878928f-6a48-4b3e-bfaa-76f01c736f4f {
  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-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0878928f-6a48-4b3e-bfaa-76f01c736f4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin: 0 !important;
  overflow: visible;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add background color handling */
  
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd867676-9003-4221-bbf0-c84fb5dfdedc .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
  box-sizing: border-box;
}



.s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  
}


@media (min-width: 1200px){#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin: 0 !important;
  overflow: visible;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add background color handling */
  
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd867676-9003-4221-bbf0-c84fb5dfdedc .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
  box-sizing: border-box;
}



.s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin: 0 !important;
  overflow: visible;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add background color handling */
  
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd867676-9003-4221-bbf0-c84fb5dfdedc .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
  box-sizing: border-box;
}



.s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin: 0 !important;
  overflow: visible;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add background color handling */
  
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd867676-9003-4221-bbf0-c84fb5dfdedc .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
  box-sizing: border-box;
}



.s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  
}


}@media (max-width: 767px){#s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  margin: 0 !important;
  overflow: visible;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd867676-9003-4221-bbf0-c84fb5dfdedc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add background color handling */
  
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cd867676-9003-4221-bbf0-c84fb5dfdedc .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd867676-9003-4221-bbf0-c84fb5dfdedc.shogun-image {
  box-sizing: border-box;
}



.s-cd867676-9003-4221-bbf0-c84fb5dfdedc img.shogun-image {
  
}


}
#s-396c9eb7-41a5-483d-8101-5f680f938ea8 {
  padding-top: 22px;
}

#s-b2f02585-e428-4a78-9048-0f6a3359ad7f {
  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-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2f02585-e428-4a78-9048-0f6a3359ad7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin: 0 !important;
  overflow: visible;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add background color handling */
  
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c .shogun-image-content {
  
    justify-content: center;
  
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
  box-sizing: border-box;
}



.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  
}


@media (min-width: 1200px){#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin: 0 !important;
  overflow: visible;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add background color handling */
  
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c .shogun-image-content {
  
    justify-content: center;
  
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
  box-sizing: border-box;
}



.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin: 0 !important;
  overflow: visible;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add background color handling */
  
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c .shogun-image-content {
  
    justify-content: center;
  
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
  box-sizing: border-box;
}



.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin: 0 !important;
  overflow: visible;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add background color handling */
  
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c .shogun-image-content {
  
    justify-content: center;
  
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
  box-sizing: border-box;
}



.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  
}


}@media (max-width: 767px){#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  margin: 0 !important;
  overflow: visible;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add background color handling */
  
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c .shogun-image-content {
  
    justify-content: center;
  
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c.shogun-image {
  box-sizing: border-box;
}



.s-17fc1e5b-1c9b-4f35-8dff-62f7f889377c img.shogun-image {
  
}


}
#s-a907e895-463f-45d3-8f9c-2a9497ed912b {
  padding-top: 22px;
}

#s-adcdbe92-32d5-41ea-8403-77757e44638b {
  padding-top: 22px;
}

#s-8766005b-bc13-4f50-b9a4-a82fad01f5d9 {
  padding-top: 22px;
}

#s-8d7e516e-7d88-4e04-8841-f993abd08956 {
  padding-top: 22px;
}

#s-33eb5eec-c7ca-4f83-8876-77c7c2cb8e39 {
  padding-top: 22px;
}

#s-5223a9fb-6dff-40a7-b246-46a80b568e91 {
  padding-top: 22px;
}

#s-e97efd60-c568-41cb-bae0-3518d47ec84f {
  padding-top: 22px;
}

#s-bf1e68aa-dec3-4ff8-a4b8-d34ca7491bf1 {
  padding-top: 22px;
}

#s-5eeb7b06-5860-4d62-a868-3d946e758ec2 {
  padding-top: 22px;
}

#s-4da85c2f-1430-442a-8c70-2356d2701a9e {
  padding-top: 22px;
}

#s-5ce61fcb-73f6-4a9e-a674-fbca1e074e62 {
  padding-top: 22px;
}

#s-79571b30-f3ac-4acc-8130-a1dd2b60adde {
  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-79571b30-f3ac-4acc-8130-a1dd2b60adde {
  display: none;
}
#s-79571b30-f3ac-4acc-8130-a1dd2b60adde, #wrap-s-79571b30-f3ac-4acc-8130-a1dd2b60adde, #wrap-content-s-79571b30-f3ac-4acc-8130-a1dd2b60adde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79571b30-f3ac-4acc-8130-a1dd2b60adde {
  display: none;
}
#s-79571b30-f3ac-4acc-8130-a1dd2b60adde, #wrap-s-79571b30-f3ac-4acc-8130-a1dd2b60adde, #wrap-content-s-79571b30-f3ac-4acc-8130-a1dd2b60adde { display: none !important; }}







#s-79571b30-f3ac-4acc-8130-a1dd2b60adde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79571b30-f3ac-4acc-8130-a1dd2b60adde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d453d4f-5c6a-4624-932c-9b9253ec3a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d453d4f-5c6a-4624-932c-9b9253ec3a39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 {
  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-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 {
  display: none;
}
#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9, #wrap-s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9, #wrap-content-s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 { display: none !important; }}@media (max-width: 767px){#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 {
  display: none;
}
#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9, #wrap-s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9, #wrap-content-s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 { display: none !important; }}
#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 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-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 td.shogun-table-column, #s-cbbd6868-9fb9-4d48-9d4f-5984e8d539f9 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-ea16a836-750f-4a56-8276-da83c4e278ab {
  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-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea16a836-750f-4a56-8276-da83c4e278ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  max-width: 70px;
text-align: center;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebc82029-9492-4325-90ee-570eaf831b83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
  box-sizing: border-box;
}



.s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebc82029-9492-4325-90ee-570eaf831b83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
  box-sizing: border-box;
}



.s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebc82029-9492-4325-90ee-570eaf831b83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
  box-sizing: border-box;
}



.s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebc82029-9492-4325-90ee-570eaf831b83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
  box-sizing: border-box;
}



.s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ebc82029-9492-4325-90ee-570eaf831b83 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebc82029-9492-4325-90ee-570eaf831b83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebc82029-9492-4325-90ee-570eaf831b83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc82029-9492-4325-90ee-570eaf831b83.shogun-image {
  box-sizing: border-box;
}



.s-ebc82029-9492-4325-90ee-570eaf831b83 img.shogun-image {
  
}


}
#s-9075a8d1-289b-4282-af04-3bf07a5d945d {
  padding-top: 22px;
}

#s-0fc195f9-92c9-4278-a7e6-370667caf1cf {
  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-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fc195f9-92c9-4278-a7e6-370667caf1cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  max-width: 70px;
text-align: center;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
  box-sizing: border-box;
}



.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
  box-sizing: border-box;
}



.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
  box-sizing: border-box;
}



.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
  box-sizing: border-box;
}



.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97a60da-2eec-4b12-af68-9b3c51a461b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97a60da-2eec-4b12-af68-9b3c51a461b6.shogun-image {
  box-sizing: border-box;
}



.s-e97a60da-2eec-4b12-af68-9b3c51a461b6 img.shogun-image {
  
}


}
#s-3dd9d016-7a19-435e-91e9-04a1957268aa {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-426b712c-4e59-4e32-b0a8-19a12e4b6e44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin: 0 !important;
  overflow: visible;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add background color handling */
  
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3601641-307a-4ab4-bb33-0559df5e31ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
  box-sizing: border-box;
}



.s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin: 0 !important;
  overflow: visible;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add background color handling */
  
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3601641-307a-4ab4-bb33-0559df5e31ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
  box-sizing: border-box;
}



.s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin: 0 !important;
  overflow: visible;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add background color handling */
  
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3601641-307a-4ab4-bb33-0559df5e31ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
  box-sizing: border-box;
}



.s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin: 0 !important;
  overflow: visible;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add background color handling */
  
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3601641-307a-4ab4-bb33-0559df5e31ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
  box-sizing: border-box;
}



.s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  margin: 0 !important;
  overflow: visible;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3601641-307a-4ab4-bb33-0559df5e31ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add background color handling */
  
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3601641-307a-4ab4-bb33-0559df5e31ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3601641-307a-4ab4-bb33-0559df5e31ea.shogun-image {
  box-sizing: border-box;
}



.s-a3601641-307a-4ab4-bb33-0559df5e31ea img.shogun-image {
  
}


}
#s-c76f475c-945f-4fc3-8eb6-7c0e82ca0190 {
  padding-top: 22px;
}

#s-b545b046-3d32-4c82-8efd-959832dc731b {
  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-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b545b046-3d32-4c82-8efd-959832dc731b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin-top: 98px;
max-width: 70px;
text-align: center;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin: 0 !important;
  overflow: visible;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add background color handling */
  
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fffb8316-0535-4899-b2ce-0062c2871dbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
  box-sizing: border-box;
}



.s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  
}


@media (min-width: 1200px){#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin: 0 !important;
  overflow: visible;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add background color handling */
  
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fffb8316-0535-4899-b2ce-0062c2871dbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
  box-sizing: border-box;
}



.s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin: 0 !important;
  overflow: visible;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add background color handling */
  
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fffb8316-0535-4899-b2ce-0062c2871dbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
  box-sizing: border-box;
}



.s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin: 0 !important;
  overflow: visible;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add background color handling */
  
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fffb8316-0535-4899-b2ce-0062c2871dbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
  box-sizing: border-box;
}



.s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  
}


}@media (max-width: 767px){#s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  margin: 0 !important;
  overflow: visible;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fffb8316-0535-4899-b2ce-0062c2871dbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add background color handling */
  
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fffb8316-0535-4899-b2ce-0062c2871dbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fffb8316-0535-4899-b2ce-0062c2871dbb.shogun-image {
  box-sizing: border-box;
}



.s-fffb8316-0535-4899-b2ce-0062c2871dbb img.shogun-image {
  
}


}
#s-e58f97f4-0e90-4fb0-84f3-137a651090c1 {
  padding-top: 22px;
}

#s-07c2fabd-dd09-431e-8d10-33fe5f61b92c {
  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-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07c2fabd-dd09-431e-8d10-33fe5f61b92c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  max-width: 70px;
text-align: center;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  margin: 0 !important;
  overflow: visible;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add background color handling */
  
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-728a1f60-2812-49dc-a915-53f841b6d207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
  box-sizing: border-box;
}



.s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  
}


@media (min-width: 1200px){#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  margin: 0 !important;
  overflow: visible;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add background color handling */
  
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-728a1f60-2812-49dc-a915-53f841b6d207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
  box-sizing: border-box;
}



.s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  margin: 0 !important;
  overflow: visible;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add background color handling */
  
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-728a1f60-2812-49dc-a915-53f841b6d207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
  box-sizing: border-box;
}



.s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  margin: 0 !important;
  overflow: visible;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add background color handling */
  
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-728a1f60-2812-49dc-a915-53f841b6d207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
  box-sizing: border-box;
}



.s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  
}


}@media (max-width: 767px){#s-728a1f60-2812-49dc-a915-53f841b6d207 {
  margin: 0 !important;
  overflow: visible;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-728a1f60-2812-49dc-a915-53f841b6d207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add background color handling */
  
}

#s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-728a1f60-2812-49dc-a915-53f841b6d207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-728a1f60-2812-49dc-a915-53f841b6d207.shogun-image {
  box-sizing: border-box;
}



.s-728a1f60-2812-49dc-a915-53f841b6d207 img.shogun-image {
  
}


}
#s-0129c6c0-192c-4994-8d14-fe2f6c3b49a6 {
  padding-top: 22px;
}

#s-2f3c5481-fb0f-45d8-88f8-2160df478127 {
  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-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3c5481-fb0f-45d8-88f8-2160df478127"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  max-width: 70px;
text-align: center;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e87b226f-59af-45c2-a523-4a41c2f168b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
  box-sizing: border-box;
}



.s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e87b226f-59af-45c2-a523-4a41c2f168b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
  box-sizing: border-box;
}



.s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e87b226f-59af-45c2-a523-4a41c2f168b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
  box-sizing: border-box;
}



.s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e87b226f-59af-45c2-a523-4a41c2f168b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
  box-sizing: border-box;
}



.s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87b226f-59af-45c2-a523-4a41c2f168b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e87b226f-59af-45c2-a523-4a41c2f168b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87b226f-59af-45c2-a523-4a41c2f168b2.shogun-image {
  box-sizing: border-box;
}



.s-e87b226f-59af-45c2-a523-4a41c2f168b2 img.shogun-image {
  
}


}
#s-efec3d63-0e7f-488e-a6df-995420fa0ba8 {
  padding-top: 22px;
}

#s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db {
  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-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74b6c23b-2c54-4280-8f9c-17d6bc25b6db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9178c06-e24a-446c-8758-c490695d3f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
  box-sizing: border-box;
}



.s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9178c06-e24a-446c-8758-c490695d3f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
  box-sizing: border-box;
}



.s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9178c06-e24a-446c-8758-c490695d3f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
  box-sizing: border-box;
}



.s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9178c06-e24a-446c-8758-c490695d3f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
  box-sizing: border-box;
}



.s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f9178c06-e24a-446c-8758-c490695d3f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9178c06-e24a-446c-8758-c490695d3f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9178c06-e24a-446c-8758-c490695d3f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9178c06-e24a-446c-8758-c490695d3f06.shogun-image {
  box-sizing: border-box;
}



.s-f9178c06-e24a-446c-8758-c490695d3f06 img.shogun-image {
  
}


}
#s-6bda082e-ed3b-4b6c-978b-7354af23f7db {
  padding-top: 22px;
}

#s-7b82cd45-239c-4b94-82a7-972f1e5bedad {
  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-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b82cd45-239c-4b94-82a7-972f1e5bedad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  max-width: 70px;
text-align: center;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
  box-sizing: border-box;
}



.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
  box-sizing: border-box;
}



.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
  box-sizing: border-box;
}



.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
  box-sizing: border-box;
}



.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9.shogun-image {
  box-sizing: border-box;
}



.s-e7a86601-4530-4b4c-b6fa-6c79d8eaa0e9 img.shogun-image {
  
}


}
#s-74edd52c-24ce-4aa3-bb74-5c9a259647b3 {
  padding-top: 22px;
}

#s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f {
  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-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b389413d-b46f-4b5a-8af3-6ff1ba950e2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin: 0 !important;
  overflow: visible;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add background color handling */
  
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
  box-sizing: border-box;
}



.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin: 0 !important;
  overflow: visible;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add background color handling */
  
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
  box-sizing: border-box;
}



.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin: 0 !important;
  overflow: visible;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add background color handling */
  
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
  box-sizing: border-box;
}



.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin: 0 !important;
  overflow: visible;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add background color handling */
  
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
  box-sizing: border-box;
}



.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  margin: 0 !important;
  overflow: visible;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add background color handling */
  
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-715da82d-e2af-4621-95e0-1c5ecd8ffa26.shogun-image {
  box-sizing: border-box;
}



.s-715da82d-e2af-4621-95e0-1c5ecd8ffa26 img.shogun-image {
  
}


}
#s-e029756c-08e6-4596-b1b9-988346ba4efa {
  padding-top: 22px;
}

#s-64ab1505-f7e4-415b-9608-7f6ae4f73463 {
  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-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ab1505-f7e4-415b-9608-7f6ae4f73463"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  max-width: 70px;
text-align: center;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  margin: 0 !important;
  overflow: visible;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add background color handling */
  
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0adba0ea-24a2-4430-b758-f5c60167279b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
  box-sizing: border-box;
}



.s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  
}


@media (min-width: 1200px){#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  margin: 0 !important;
  overflow: visible;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add background color handling */
  
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0adba0ea-24a2-4430-b758-f5c60167279b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
  box-sizing: border-box;
}



.s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  margin: 0 !important;
  overflow: visible;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add background color handling */
  
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0adba0ea-24a2-4430-b758-f5c60167279b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
  box-sizing: border-box;
}



.s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  margin: 0 !important;
  overflow: visible;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add background color handling */
  
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0adba0ea-24a2-4430-b758-f5c60167279b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
  box-sizing: border-box;
}



.s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  
}


}@media (max-width: 767px){#s-0adba0ea-24a2-4430-b758-f5c60167279b {
  margin: 0 !important;
  overflow: visible;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0adba0ea-24a2-4430-b758-f5c60167279b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add background color handling */
  
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0adba0ea-24a2-4430-b758-f5c60167279b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adba0ea-24a2-4430-b758-f5c60167279b.shogun-image {
  box-sizing: border-box;
}



.s-0adba0ea-24a2-4430-b758-f5c60167279b img.shogun-image {
  
}


}
#s-bbfc9e56-a281-4d6d-8061-f6d1ac765ab0 {
  padding-top: 22px;
}

#s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea {
  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-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-460c6f6c-3882-4b90-b60b-9ae4be29e6ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin: 0 !important;
  overflow: visible;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add background color handling */
  
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1544f695-7ddd-41d6-895a-6e5e07b06316 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
  box-sizing: border-box;
}



.s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin: 0 !important;
  overflow: visible;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add background color handling */
  
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1544f695-7ddd-41d6-895a-6e5e07b06316 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
  box-sizing: border-box;
}



.s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin: 0 !important;
  overflow: visible;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add background color handling */
  
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1544f695-7ddd-41d6-895a-6e5e07b06316 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
  box-sizing: border-box;
}



.s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin: 0 !important;
  overflow: visible;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add background color handling */
  
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1544f695-7ddd-41d6-895a-6e5e07b06316 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
  box-sizing: border-box;
}



.s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  margin: 0 !important;
  overflow: visible;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1544f695-7ddd-41d6-895a-6e5e07b06316 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add background color handling */
  
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1544f695-7ddd-41d6-895a-6e5e07b06316 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1544f695-7ddd-41d6-895a-6e5e07b06316.shogun-image {
  box-sizing: border-box;
}



.s-1544f695-7ddd-41d6-895a-6e5e07b06316 img.shogun-image {
  
}


}
#s-80836312-ee1e-47f7-a4c9-b274587d9357 {
  padding-top: 19px;
}

#s-3ea3c33f-369b-4efc-b31a-5da88be92586 {
  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-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea3c33f-369b-4efc-b31a-5da88be92586"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  max-width: 70px;
text-align: center;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
  box-sizing: border-box;
}



.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
  box-sizing: border-box;
}



.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
  box-sizing: border-box;
}



.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
  box-sizing: border-box;
}



.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39b4f57-b95f-41a8-9d00-52a733e42e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39b4f57-b95f-41a8-9d00-52a733e42e53.shogun-image {
  box-sizing: border-box;
}



.s-e39b4f57-b95f-41a8-9d00-52a733e42e53 img.shogun-image {
  
}


}
#s-850f0992-8766-42ac-ae98-61e426bed647 {
  padding-top: 19px;
}

#s-2a445a9a-2625-48d8-9084-a1e692797d6e {
  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-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a445a9a-2625-48d8-9084-a1e692797d6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  max-width: 70px;
text-align: center;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  margin: 0 !important;
  overflow: visible;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add background color handling */
  
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562a4200-1df5-438a-9943-ebd6d8a93571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
  box-sizing: border-box;
}



.s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  
}


@media (min-width: 1200px){#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  margin: 0 !important;
  overflow: visible;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add background color handling */
  
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562a4200-1df5-438a-9943-ebd6d8a93571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
  box-sizing: border-box;
}



.s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  margin: 0 !important;
  overflow: visible;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add background color handling */
  
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562a4200-1df5-438a-9943-ebd6d8a93571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
  box-sizing: border-box;
}



.s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  margin: 0 !important;
  overflow: visible;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add background color handling */
  
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562a4200-1df5-438a-9943-ebd6d8a93571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
  box-sizing: border-box;
}



.s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  
}


}@media (max-width: 767px){#s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  margin: 0 !important;
  overflow: visible;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562a4200-1df5-438a-9943-ebd6d8a93571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add background color handling */
  
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-562a4200-1df5-438a-9943-ebd6d8a93571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562a4200-1df5-438a-9943-ebd6d8a93571.shogun-image {
  box-sizing: border-box;
}



.s-562a4200-1df5-438a-9943-ebd6d8a93571 img.shogun-image {
  
}


}
#s-1f88fe49-7b20-45c3-9a14-2b0f4520f3c2 {
  padding-top: 19px;
}

#s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0 {
  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-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6b56ffa-877f-4b22-afcc-6d59c38cb4b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-492269e8-9682-424f-82b7-16f9944de5fe {
  max-width: 70px;
text-align: center;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe {
  margin: 0 !important;
  overflow: visible;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add background color handling */
  
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-492269e8-9682-424f-82b7-16f9944de5fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
  box-sizing: border-box;
}



.s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-492269e8-9682-424f-82b7-16f9944de5fe {
  margin: 0 !important;
  overflow: visible;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add background color handling */
  
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-492269e8-9682-424f-82b7-16f9944de5fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
  box-sizing: border-box;
}



.s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-492269e8-9682-424f-82b7-16f9944de5fe {
  margin: 0 !important;
  overflow: visible;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add background color handling */
  
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-492269e8-9682-424f-82b7-16f9944de5fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
  box-sizing: border-box;
}



.s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-492269e8-9682-424f-82b7-16f9944de5fe {
  margin: 0 !important;
  overflow: visible;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add background color handling */
  
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-492269e8-9682-424f-82b7-16f9944de5fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
  box-sizing: border-box;
}



.s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-492269e8-9682-424f-82b7-16f9944de5fe {
  margin: 0 !important;
  overflow: visible;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492269e8-9682-424f-82b7-16f9944de5fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add background color handling */
  
}

#s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-492269e8-9682-424f-82b7-16f9944de5fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492269e8-9682-424f-82b7-16f9944de5fe.shogun-image {
  box-sizing: border-box;
}



.s-492269e8-9682-424f-82b7-16f9944de5fe img.shogun-image {
  
}


}
#s-b33ec719-9fb7-405c-8acf-d60cec9fa60d {
  padding-top: 19px;
}

#s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a {
  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-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6403fba6-8e31-47ee-b2ff-e3d0a6b90d1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  max-width: 70px;
text-align: center;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
  box-sizing: border-box;
}



.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
  box-sizing: border-box;
}



.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
  box-sizing: border-box;
}



.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
  box-sizing: border-box;
}



.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d3848a1-af9f-4650-97e4-f7ba51406a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3848a1-af9f-4650-97e4-f7ba51406a76.shogun-image {
  box-sizing: border-box;
}



.s-4d3848a1-af9f-4650-97e4-f7ba51406a76 img.shogun-image {
  
}


}
#s-0b1706ab-5b93-403f-87ab-8c3ccdb78df5 {
  padding-top: 1px;
}

#s-235764a3-354e-4bf1-8680-0c569f6a6185 {
  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-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-235764a3-354e-4bf1-8680-0c569f6a6185"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  max-width: 70px;
text-align: center;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  margin: 0 !important;
  overflow: visible;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add background color handling */
  
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c2de63c3-ad2b-4cef-a646-65025e9d158e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
  box-sizing: border-box;
}



.s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  
}


@media (min-width: 1200px){#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  margin: 0 !important;
  overflow: visible;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add background color handling */
  
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c2de63c3-ad2b-4cef-a646-65025e9d158e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
  box-sizing: border-box;
}



.s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  margin: 0 !important;
  overflow: visible;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add background color handling */
  
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c2de63c3-ad2b-4cef-a646-65025e9d158e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
  box-sizing: border-box;
}



.s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  margin: 0 !important;
  overflow: visible;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add background color handling */
  
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c2de63c3-ad2b-4cef-a646-65025e9d158e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
  box-sizing: border-box;
}



.s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  
}


}@media (max-width: 767px){#s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  margin: 0 !important;
  overflow: visible;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2de63c3-ad2b-4cef-a646-65025e9d158e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add background color handling */
  
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c2de63c3-ad2b-4cef-a646-65025e9d158e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de63c3-ad2b-4cef-a646-65025e9d158e.shogun-image {
  box-sizing: border-box;
}



.s-c2de63c3-ad2b-4cef-a646-65025e9d158e img.shogun-image {
  
}


}
#s-3de1e029-1043-4029-bc2f-6dde6913f53d {
  padding-top: 22px;
}

#s-5413eceb-8d2a-4242-a951-52595281d726 {
  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-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5413eceb-8d2a-4242-a951-52595281d726"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dc02f13e-11df-4c39-96b7-084a0b62f837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
  box-sizing: border-box;
}



.s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dc02f13e-11df-4c39-96b7-084a0b62f837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
  box-sizing: border-box;
}



.s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dc02f13e-11df-4c39-96b7-084a0b62f837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
  box-sizing: border-box;
}



.s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dc02f13e-11df-4c39-96b7-084a0b62f837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
  box-sizing: border-box;
}



.s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc02f13e-11df-4c39-96b7-084a0b62f837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dc02f13e-11df-4c39-96b7-084a0b62f837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc02f13e-11df-4c39-96b7-084a0b62f837.shogun-image {
  box-sizing: border-box;
}



.s-dc02f13e-11df-4c39-96b7-084a0b62f837 img.shogun-image {
  
}


}
#s-e6b0db41-4703-4fd5-b255-66d5a380a804 {
  padding-top: 22px;
}

#s-1a9360f1-e633-4b8e-b317-9fcefd6647d0 {
  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-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a9360f1-e633-4b8e-b317-9fcefd6647d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
  box-sizing: border-box;
}



.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
  box-sizing: border-box;
}



.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
  box-sizing: border-box;
}



.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
  box-sizing: border-box;
}



.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3.shogun-image {
  box-sizing: border-box;
}



.s-7d6709ea-1bbd-42cb-a493-0b1c157eaed3 img.shogun-image {
  
}


}
#s-7b3ad74f-9296-41e6-b761-148a0cdf9b06 {
  padding-top: 22px;
}

#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 {
  display: none;
}
#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26, #wrap-s-35b133e5-918f-4efb-9b91-f2bbd13bdd26, #wrap-content-s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 {
  display: none;
}
#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26, #wrap-s-35b133e5-918f-4efb-9b91-f2bbd13bdd26, #wrap-content-s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 { display: none !important; }}
#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 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-35b133e5-918f-4efb-9b91-f2bbd13bdd26 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 td.shogun-table-column, #s-35b133e5-918f-4efb-9b91-f2bbd13bdd26 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5e63a0f3-26c8-4600-a009-1e2767050a75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
  box-sizing: border-box;
}



.s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5e63a0f3-26c8-4600-a009-1e2767050a75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
  box-sizing: border-box;
}



.s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5e63a0f3-26c8-4600-a009-1e2767050a75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
  box-sizing: border-box;
}



.s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5e63a0f3-26c8-4600-a009-1e2767050a75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
  box-sizing: border-box;
}



.s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e63a0f3-26c8-4600-a009-1e2767050a75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5e63a0f3-26c8-4600-a009-1e2767050a75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e63a0f3-26c8-4600-a009-1e2767050a75.shogun-image {
  box-sizing: border-box;
}



.s-5e63a0f3-26c8-4600-a009-1e2767050a75 img.shogun-image {
  
}


}
#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  max-width: 70px;
text-align: center;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
  box-sizing: border-box;
}



.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
  box-sizing: border-box;
}



.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
  box-sizing: border-box;
}



.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
  box-sizing: border-box;
}



.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1105fa2-17b1-4c49-a5be-add9a8e30975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1105fa2-17b1-4c49-a5be-add9a8e30975.shogun-image {
  box-sizing: border-box;
}



.s-b1105fa2-17b1-4c49-a5be-add9a8e30975 img.shogun-image {
  
}


}
#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  max-width: 70px;
text-align: center;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  margin: 0 !important;
  overflow: visible;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add background color handling */
  
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
  box-sizing: border-box;
}



.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  
}


@media (min-width: 1200px){#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  margin: 0 !important;
  overflow: visible;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add background color handling */
  
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
  box-sizing: border-box;
}



.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  margin: 0 !important;
  overflow: visible;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add background color handling */
  
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
  box-sizing: border-box;
}



.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  margin: 0 !important;
  overflow: visible;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add background color handling */
  
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
  box-sizing: border-box;
}



.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  
}


}@media (max-width: 767px){#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  margin: 0 !important;
  overflow: visible;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add background color handling */
  
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d.shogun-image {
  box-sizing: border-box;
}



.s-33bf434f-ba55-46de-b5f4-4a5583fd5b6d img.shogun-image {
  
}


}
#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  max-width: 70px;
text-align: center;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
  box-sizing: border-box;
}



.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
  box-sizing: border-box;
}



.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
  box-sizing: border-box;
}



.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
  box-sizing: border-box;
}



.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  margin: 0 !important;
  overflow: visible;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add background color handling */
  
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240.shogun-image {
  box-sizing: border-box;
}



.s-e22dfc60-1464-4dcd-8ff2-20c3d2bf6240 img.shogun-image {
  
}


}
#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin-top: 15px;
max-width: 70px;
text-align: center;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
  box-sizing: border-box;
}



.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
  box-sizing: border-box;
}



.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
  box-sizing: border-box;
}



.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
  box-sizing: border-box;
}



.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc.shogun-image {
  box-sizing: border-box;
}



.s-bcac79f0-dd09-4b7d-ba42-30df64a3dfcc img.shogun-image {
  
}


}
#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  max-width: 70px;
text-align: center;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  margin: 0 !important;
  overflow: visible;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add background color handling */
  
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
  box-sizing: border-box;
}



.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  
}


@media (min-width: 1200px){#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  margin: 0 !important;
  overflow: visible;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add background color handling */
  
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
  box-sizing: border-box;
}



.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  margin: 0 !important;
  overflow: visible;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add background color handling */
  
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
  box-sizing: border-box;
}



.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  margin: 0 !important;
  overflow: visible;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add background color handling */
  
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
  box-sizing: border-box;
}



.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  
}


}@media (max-width: 767px){#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  margin: 0 !important;
  overflow: visible;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add background color handling */
  
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d.shogun-image {
  box-sizing: border-box;
}



.s-12bc717a-e95b-4ecd-b8fe-2348c016ec7d img.shogun-image {
  
}


}
#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  max-width: 70px;
text-align: center;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  margin: 0 !important;
  overflow: visible;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add background color handling */
  
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726c8262-14b1-4086-848b-3eed3c76e529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
  box-sizing: border-box;
}



.s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  
}


@media (min-width: 1200px){#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  margin: 0 !important;
  overflow: visible;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add background color handling */
  
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726c8262-14b1-4086-848b-3eed3c76e529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
  box-sizing: border-box;
}



.s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  margin: 0 !important;
  overflow: visible;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add background color handling */
  
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726c8262-14b1-4086-848b-3eed3c76e529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
  box-sizing: border-box;
}



.s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  margin: 0 !important;
  overflow: visible;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add background color handling */
  
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726c8262-14b1-4086-848b-3eed3c76e529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
  box-sizing: border-box;
}



.s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  
}


}@media (max-width: 767px){#s-726c8262-14b1-4086-848b-3eed3c76e529 {
  margin: 0 !important;
  overflow: visible;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-726c8262-14b1-4086-848b-3eed3c76e529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add background color handling */
  
}

#s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726c8262-14b1-4086-848b-3eed3c76e529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726c8262-14b1-4086-848b-3eed3c76e529.shogun-image {
  box-sizing: border-box;
}



.s-726c8262-14b1-4086-848b-3eed3c76e529 img.shogun-image {
  
}


}
#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  max-width: 70px;
text-align: center;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
  box-sizing: border-box;
}



.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  
}


@media (min-width: 1200px){#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
  box-sizing: border-box;
}



.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
  box-sizing: border-box;
}



.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
  box-sizing: border-box;
}



.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  
}


}@media (max-width: 767px){#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0e3b55-e725-414a-9f21-6c641bd4c58e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0e3b55-e725-414a-9f21-6c641bd4c58e.shogun-image {
  box-sizing: border-box;
}



.s-8e0e3b55-e725-414a-9f21-6c641bd4c58e img.shogun-image {
  
}


}
#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a245ad16-7c64-4cc2-bce2-5259be320dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
  box-sizing: border-box;
}



.s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  
}


@media (min-width: 1200px){#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a245ad16-7c64-4cc2-bce2-5259be320dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
  box-sizing: border-box;
}



.s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a245ad16-7c64-4cc2-bce2-5259be320dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
  box-sizing: border-box;
}



.s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a245ad16-7c64-4cc2-bce2-5259be320dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
  box-sizing: border-box;
}



.s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  
}


}@media (max-width: 767px){#s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a245ad16-7c64-4cc2-bce2-5259be320dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a245ad16-7c64-4cc2-bce2-5259be320dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a245ad16-7c64-4cc2-bce2-5259be320dcc.shogun-image {
  box-sizing: border-box;
}



.s-a245ad16-7c64-4cc2-bce2-5259be320dcc img.shogun-image {
  
}


}
#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  max-width: 70px;
text-align: center;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ad2c68-36a4-4ba0-8c1e-595748467635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
  box-sizing: border-box;
}



.s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  
}


@media (min-width: 1200px){#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ad2c68-36a4-4ba0-8c1e-595748467635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
  box-sizing: border-box;
}



.s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ad2c68-36a4-4ba0-8c1e-595748467635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
  box-sizing: border-box;
}



.s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ad2c68-36a4-4ba0-8c1e-595748467635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
  box-sizing: border-box;
}



.s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  
}


}@media (max-width: 767px){#s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ad2c68-36a4-4ba0-8c1e-595748467635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ad2c68-36a4-4ba0-8c1e-595748467635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ad2c68-36a4-4ba0-8c1e-595748467635.shogun-image {
  box-sizing: border-box;
}



.s-73ad2c68-36a4-4ba0-8c1e-595748467635 img.shogun-image {
  
}


}
#s-de199391-df34-4774-b66b-adc006a93c31 {
  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-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de199391-df34-4774-b66b-adc006a93c31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin-top: 28px;
max-width: 70px;
text-align: center;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
  box-sizing: border-box;
}



.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
  box-sizing: border-box;
}



.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
  box-sizing: border-box;
}



.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
  box-sizing: border-box;
}



.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64.shogun-image {
  box-sizing: border-box;
}



.s-2f7b6ea4-c445-4aa4-8eb2-b19b9cf80f64 img.shogun-image {
  
}


}
#s-a20e225f-410d-45c5-93b6-57c66ea88ec3 {
  padding-top: 22px;
}

#s-e3a4df1d-740a-4d59-bd82-dfb347a48ded {
  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-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a4df1d-740a-4d59-bd82-dfb347a48ded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
  box-sizing: border-box;
}



.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  
}


@media (min-width: 1200px){#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
  box-sizing: border-box;
}



.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
  box-sizing: border-box;
}



.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
  box-sizing: border-box;
}



.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  
}


}@media (max-width: 767px){#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ec1c5f-a2a8-462f-bc67-8997ef345b38.shogun-image {
  box-sizing: border-box;
}



.s-00ec1c5f-a2a8-462f-bc67-8997ef345b38 img.shogun-image {
  
}


}
#s-1b4d8f39-921d-4e1d-879c-f7bf89c9d5f5 {
  padding-top: 19px;
}

#s-2d0396c4-9d7f-496f-a0db-0b9241505c28 {
  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-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d0396c4-9d7f-496f-a0db-0b9241505c28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  max-width: 70px;
text-align: center;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  margin: 0 !important;
  overflow: visible;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add background color handling */
  
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-21a382a9-0c6c-44e8-bcee-9769febafc5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
  box-sizing: border-box;
}



.s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  
}


@media (min-width: 1200px){#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  margin: 0 !important;
  overflow: visible;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add background color handling */
  
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-21a382a9-0c6c-44e8-bcee-9769febafc5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
  box-sizing: border-box;
}



.s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  margin: 0 !important;
  overflow: visible;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add background color handling */
  
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-21a382a9-0c6c-44e8-bcee-9769febafc5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
  box-sizing: border-box;
}



.s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  margin: 0 !important;
  overflow: visible;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add background color handling */
  
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-21a382a9-0c6c-44e8-bcee-9769febafc5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
  box-sizing: border-box;
}



.s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  
}


}@media (max-width: 767px){#s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  margin: 0 !important;
  overflow: visible;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21a382a9-0c6c-44e8-bcee-9769febafc5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add background color handling */
  
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-21a382a9-0c6c-44e8-bcee-9769febafc5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a382a9-0c6c-44e8-bcee-9769febafc5c.shogun-image {
  box-sizing: border-box;
}



.s-21a382a9-0c6c-44e8-bcee-9769febafc5c img.shogun-image {
  
}


}
#s-62f2339a-7d86-4fba-8349-e4497a13ae55 {
  padding-top: 19px;
}

#s-fb52c14a-a71a-4ac4-ad9e-67379ff31554 {
  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-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb52c14a-a71a-4ac4-ad9e-67379ff31554"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  max-width: 70px;
text-align: center;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
  box-sizing: border-box;
}



.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  
}


@media (min-width: 1200px){#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
  box-sizing: border-box;
}



.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
  box-sizing: border-box;
}



.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
  box-sizing: border-box;
}



.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  
}


}@media (max-width: 767px){#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  margin: 0 !important;
  overflow: visible;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add background color handling */
  
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c.shogun-image {
  box-sizing: border-box;
}



.s-4bc0bf66-44e9-42a9-9f4d-b44402a0081c img.shogun-image {
  
}


}
#s-d78155cf-a226-4fba-8b56-43eaa51fae6f {
  padding-top: 19px;
}

#s-a1312fdd-e45d-4443-83a3-c78850a0ba84 {
  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-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1312fdd-e45d-4443-83a3-c78850a0ba84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  max-width: 70px;
text-align: center;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
  box-sizing: border-box;
}



.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
  box-sizing: border-box;
}



.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
  box-sizing: border-box;
}



.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
  box-sizing: border-box;
}



.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3.shogun-image {
  box-sizing: border-box;
}



.s-0f5252a4-40b3-49c2-8ac5-9e18713b83a3 img.shogun-image {
  
}


}
#s-00fc2b2c-e9bc-4f2b-880a-071a585aeeaf {
  padding-top: 19px;
}

#s-db310db1-cb91-4000-9913-9a7a68ce5062 {
  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-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db310db1-cb91-4000-9913-9a7a68ce5062"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  max-width: 70px;
text-align: center;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  margin: 0 !important;
  overflow: visible;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add background color handling */
  
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12faae3f-abdf-4a7f-a90d-757e042662bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
  box-sizing: border-box;
}



.s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  
}


@media (min-width: 1200px){#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  margin: 0 !important;
  overflow: visible;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add background color handling */
  
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12faae3f-abdf-4a7f-a90d-757e042662bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
  box-sizing: border-box;
}



.s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  margin: 0 !important;
  overflow: visible;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add background color handling */
  
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12faae3f-abdf-4a7f-a90d-757e042662bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
  box-sizing: border-box;
}



.s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  margin: 0 !important;
  overflow: visible;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add background color handling */
  
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12faae3f-abdf-4a7f-a90d-757e042662bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
  box-sizing: border-box;
}



.s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  
}


}@media (max-width: 767px){#s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  margin: 0 !important;
  overflow: visible;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12faae3f-abdf-4a7f-a90d-757e042662bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add background color handling */
  
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-12faae3f-abdf-4a7f-a90d-757e042662bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12faae3f-abdf-4a7f-a90d-757e042662bf.shogun-image {
  box-sizing: border-box;
}



.s-12faae3f-abdf-4a7f-a90d-757e042662bf img.shogun-image {
  
}


}
#s-afa84c6a-7c6e-465b-becc-be378c91ede6 {
  padding-top: 1px;
}

#s-d911314f-33e4-470b-8739-14c93de28569 {
  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-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d911314f-33e4-470b-8739-14c93de28569"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin-top: 30px;
max-width: 70px;
text-align: center;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-596e3824-2990-4678-a524-142793cbb2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-596e3824-2990-4678-a524-142793cbb2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
  box-sizing: border-box;
}



.s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-596e3824-2990-4678-a524-142793cbb2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-596e3824-2990-4678-a524-142793cbb2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
  box-sizing: border-box;
}



.s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-596e3824-2990-4678-a524-142793cbb2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-596e3824-2990-4678-a524-142793cbb2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
  box-sizing: border-box;
}



.s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-596e3824-2990-4678-a524-142793cbb2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-596e3824-2990-4678-a524-142793cbb2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
  box-sizing: border-box;
}



.s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-596e3824-2990-4678-a524-142793cbb2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-596e3824-2990-4678-a524-142793cbb2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-596e3824-2990-4678-a524-142793cbb2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-596e3824-2990-4678-a524-142793cbb2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596e3824-2990-4678-a524-142793cbb2e4.shogun-image {
  box-sizing: border-box;
}



.s-596e3824-2990-4678-a524-142793cbb2e4 img.shogun-image {
  
}


}
#s-3ed488a3-c84b-4218-818e-988f0afd540c {
  padding-top: 22px;
}

#s-2dac4622-03a9-41bb-b752-69a3b7679de0 {
  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-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dac4622-03a9-41bb-b752-69a3b7679de0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
text-align: center;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin: 0 !important;
  overflow: visible;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add background color handling */
  
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
  box-sizing: border-box;
}



.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin: 0 !important;
  overflow: visible;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add background color handling */
  
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
  box-sizing: border-box;
}



.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin: 0 !important;
  overflow: visible;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add background color handling */
  
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
  box-sizing: border-box;
}



.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin: 0 !important;
  overflow: visible;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add background color handling */
  
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
  box-sizing: border-box;
}



.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  margin: 0 !important;
  overflow: visible;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add background color handling */
  
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5424a455-3d7b-4fc1-86a5-d1490ec9f500.shogun-image {
  box-sizing: border-box;
}



.s-5424a455-3d7b-4fc1-86a5-d1490ec9f500 img.shogun-image {
  
}


}
#s-59abdfb5-2ae2-458a-9fc8-0b2b12e39145 {
  padding-top: 22px;
}

#s-09a14606-7607-4270-ad12-aaacfe9e9536 {
  padding-top: 22px;
}

#s-5196938e-95b2-473d-8dd1-e3c3bfbd826d {
  padding-top: 22px;
}

#s-bd396c0a-eb9e-4794-8bac-1d02affed20a {
  padding-top: 22px;
}

#s-351edc67-ba7a-4010-90a4-dde10119fd01 {
  padding-top: 22px;
}

#s-0f8a6c3f-9bce-43c6-8b57-361c95f9720c {
  padding-top: 22px;
}

#s-61463deb-0795-492e-8cc7-8acf8d5c571e {
  padding-top: 22px;
}

#s-db274367-b247-4842-9157-a10d97696cf5 {
  padding-top: 22px;
}

#s-f618f796-9208-4d5b-9546-cb1347c1f018 {
  padding-top: 22px;
}

#s-efbd5e7d-21fb-4946-99f2-b0d8eb734ad0 {
  padding-top: 22px;
}

#s-bf6b0fa7-8214-47cf-8434-e02124194726 {
  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;
}
