.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-3f7729e5-477a-41d6-adb3-276de00c8e8a {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center top;
}

#s-3f7729e5-477a-41d6-adb3-276de00c8e8a {
  background-image: url(https://i.shgcdn.com/ada08d1a-bd86-4450-8e7f-a2738f6df70a/);
}








#s-3f7729e5-477a-41d6-adb3-276de00c8e8a > .shg-box-overlay {
  background-color: rgba(107, 172, 244, 0.7);
  opacity: 1;
  display: block;
}#s-3f7729e5-477a-41d6-adb3-276de00c8e8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-c438e033-8ac8-4066-8870-228a176b5211 {
  
}

@media (min-width: 0px) {
[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c438e033-8ac8-4066-8870-228a176b5211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-35114497-b42e-45f1-8e2c-d89e9ac5d179"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  text-align: center;
}



.shg-image-margin-container-s-77cfd917-b978-4554-a5bc-411a916302b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  margin: 0 !important;
}

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





  img.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
    
    
    
    
  }


.s-77cfd917-b978-4554-a5bc-411a916302b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-77cfd917-b978-4554-a5bc-411a916302b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  margin: 0 !important;
}

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





  img.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
    
    
    
    
  }


.s-77cfd917-b978-4554-a5bc-411a916302b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-77cfd917-b978-4554-a5bc-411a916302b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  margin: 0 !important;
}

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





  img.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
    
    
    
    
  }


.s-77cfd917-b978-4554-a5bc-411a916302b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-77cfd917-b978-4554-a5bc-411a916302b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  margin: 0 !important;
}

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





  img.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
    
    
    
    
  }


.s-77cfd917-b978-4554-a5bc-411a916302b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-77cfd917-b978-4554-a5bc-411a916302b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-77cfd917-b978-4554-a5bc-411a916302b8 {
  margin: 0 !important;
}

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





  img.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
    
    
    
    
  }


.s-77cfd917-b978-4554-a5bc-411a916302b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77cfd917-b978-4554-a5bc-411a916302b8.shogun-image {
  box-sizing: border-box;
}




}
#s-eeb50788-974b-4c80-8d0d-5e4ce3b4b99f {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-eeb50788-974b-4c80-8d0d-5e4ce3b4b99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeb50788-974b-4c80-8d0d-5e4ce3b4b99f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  text-align: center;
}



.shg-image-margin-container-s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  margin: 0 !important;
}

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





  img.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
    
    
    
    
  }


.s-d9731b22-a301-4c91-a083-3832e7ae6f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  margin: 0 !important;
}

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





  img.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
    
    
    
    
  }


.s-d9731b22-a301-4c91-a083-3832e7ae6f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  margin: 0 !important;
}

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





  img.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
    
    
    
    
  }


.s-d9731b22-a301-4c91-a083-3832e7ae6f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  margin: 0 !important;
}

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





  img.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
    
    
    
    
  }


.s-d9731b22-a301-4c91-a083-3832e7ae6f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55 {
  margin: 0 !important;
}

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





  img.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
    
    
    
    
  }


.s-d9731b22-a301-4c91-a083-3832e7ae6f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9731b22-a301-4c91-a083-3832e7ae6f55.shogun-image {
  box-sizing: border-box;
}




}
#s-317d7484-8110-4dbc-beb8-bfe8eb2d1362 {
  text-align: left;
}

#s-d6d1c22f-c57b-45fb-a56d-e46b35a20391 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 232, 0, 0.65);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6d1c22f-c57b-45fb-a56d-e46b35a20391 {
  
}
}







#s-d6d1c22f-c57b-45fb-a56d-e46b35a20391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6d1c22f-c57b-45fb-a56d-e46b35a20391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63622d30-a928-4359-8f16-fb9402d6dba8 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-63622d30-a928-4359-8f16-fb9402d6dba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63622d30-a928-4359-8f16-fb9402d6dba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-62d612d0-c67d-4cb6-ab5f-79be8ace4b3d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

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

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a25a6e8e-69b7-4a93-9433-03ff5ff03265-root {
    text-align: center;
  }


#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a25a6e8e-69b7-4a93-9433-03ff5ff03265-root {
    text-align: center;
  }


#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a25a6e8e-69b7-4a93-9433-03ff5ff03265-root {
    text-align: center;
  }


#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a25a6e8e-69b7-4a93-9433-03ff5ff03265-root {
    text-align: center;
  }


#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a25a6e8e-69b7-4a93-9433-03ff5ff03265-root {
    text-align: center;
  }


#s-a25a6e8e-69b7-4a93-9433-03ff5ff03265.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-e7be7266-54bd-4f47-ba96-4f23be42a73e {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 1%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 232, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7be7266-54bd-4f47-ba96-4f23be42a73e {
  
}
}







#s-e7be7266-54bd-4f47-ba96-4f23be42a73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7be7266-54bd-4f47-ba96-4f23be42a73e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) and (max-width: 991px){#s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb {
  display: none;
}
#s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb, #wrap-s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb { display: none !important; }}@media (max-width: 767px){#s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb {
  display: none;
}
#s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb, #wrap-s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba633dd3-068d-43a4-9ba4-0d21fe5eb7fb"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  text-align: center;
}



.shg-image-margin-container-s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  margin: 0 !important;
}

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





  img.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
    
    
    
    
  }


.s-53f65cf3-b17e-497e-bf2b-32316b9055ea .shogun-image-content {
  
    align-items: center;
  
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  margin: 0 !important;
}

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





  img.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
    
    
    
    
  }


.s-53f65cf3-b17e-497e-bf2b-32316b9055ea .shogun-image-content {
  
    align-items: center;
  
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  margin: 0 !important;
}

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





  img.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
    
    
    
    
  }


.s-53f65cf3-b17e-497e-bf2b-32316b9055ea .shogun-image-content {
  
    align-items: center;
  
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  margin: 0 !important;
}

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





  img.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
    
    
    
    
  }


.s-53f65cf3-b17e-497e-bf2b-32316b9055ea .shogun-image-content {
  
    align-items: center;
  
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea {
  margin: 0 !important;
}

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





  img.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
    
    
    
    
  }


.s-53f65cf3-b17e-497e-bf2b-32316b9055ea .shogun-image-content {
  
    align-items: center;
  
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f65cf3-b17e-497e-bf2b-32316b9055ea.shogun-image {
  box-sizing: border-box;
}




}
#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  text-align: center;
}



.shg-image-margin-container-s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  margin: 0 !important;
}

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





  img.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
    
    
    
    
  }


.s-edc8cf45-5cfc-4660-adc3-bc72b155236d .shogun-image-content {
  
    align-items: center;
  
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  margin: 0 !important;
}

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





  img.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
    
    
    
    
  }


.s-edc8cf45-5cfc-4660-adc3-bc72b155236d .shogun-image-content {
  
    align-items: center;
  
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  margin: 0 !important;
}

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





  img.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
    
    
    
    
  }


.s-edc8cf45-5cfc-4660-adc3-bc72b155236d .shogun-image-content {
  
    align-items: center;
  
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  margin: 0 !important;
}

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





  img.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
    
    
    
    
  }


.s-edc8cf45-5cfc-4660-adc3-bc72b155236d .shogun-image-content {
  
    align-items: center;
  
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d {
  margin: 0 !important;
}

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





  img.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
    
    
    
    
  }


.s-edc8cf45-5cfc-4660-adc3-bc72b155236d .shogun-image-content {
  
    align-items: center;
  
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc8cf45-5cfc-4660-adc3-bc72b155236d.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-a566bc75-861d-4f37-9ebc-3c2f4e2d7dc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a566bc75-861d-4f37-9ebc-3c2f4e2d7dc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a566bc75-861d-4f37-9ebc-3c2f4e2d7dc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a566bc75-861d-4f37-9ebc-3c2f4e2d7dc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-a566bc75-861d-4f37-9ebc-3c2f4e2d7dc8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0c438d98-61ac-48d0-b233-e4d5ba85399b {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c438d98-61ac-48d0-b233-e4d5ba85399b {
  
}
}







#s-0c438d98-61ac-48d0-b233-e4d5ba85399b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c438d98-61ac-48d0-b233-e4d5ba85399b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d002ab73-300f-4951-8731-013061240344 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d002ab73-300f-4951-8731-013061240344:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d002ab73-300f-4951-8731-013061240344:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d002ab73-300f-4951-8731-013061240344-root {
    text-align: center;
  }


#s-d002ab73-300f-4951-8731-013061240344.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d002ab73-300f-4951-8731-013061240344-root {
    text-align: center;
  }


#s-d002ab73-300f-4951-8731-013061240344.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d002ab73-300f-4951-8731-013061240344-root {
    text-align: center;
  }


#s-d002ab73-300f-4951-8731-013061240344.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d002ab73-300f-4951-8731-013061240344-root {
    text-align: center;
  }


#s-d002ab73-300f-4951-8731-013061240344.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d002ab73-300f-4951-8731-013061240344-root {
    text-align: center;
  }


#s-d002ab73-300f-4951-8731-013061240344.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-58797453-bc78-4e9f-a855-af22e13b92fa {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-19471671-fc1a-4f46-a0fc-f47f54dde1f7 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-19471671-fc1a-4f46-a0fc-f47f54dde1f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19471671-fc1a-4f46-a0fc-f47f54dde1f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-19471671-fc1a-4f46-a0fc-f47f54dde1f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-19471671-fc1a-4f46-a0fc-f47f54dde1f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  text-align: center;
}



.shg-image-margin-container-s-89343bfb-1859-401a-9f48-f97c5f274938 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  margin: 0 !important;
}

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





  img.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
    
    
    
    
  }


.s-89343bfb-1859-401a-9f48-f97c5f274938 .shogun-image-content {
  
    align-items: center;
  
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-89343bfb-1859-401a-9f48-f97c5f274938 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  margin: 0 !important;
}

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





  img.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
    
    
    
    
  }


.s-89343bfb-1859-401a-9f48-f97c5f274938 .shogun-image-content {
  
    align-items: center;
  
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-89343bfb-1859-401a-9f48-f97c5f274938 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  margin: 0 !important;
}

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





  img.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
    
    
    
    
  }


.s-89343bfb-1859-401a-9f48-f97c5f274938 .shogun-image-content {
  
    align-items: center;
  
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-89343bfb-1859-401a-9f48-f97c5f274938 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  margin: 0 !important;
}

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





  img.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
    
    
    
    
  }


.s-89343bfb-1859-401a-9f48-f97c5f274938 .shogun-image-content {
  
    align-items: center;
  
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-89343bfb-1859-401a-9f48-f97c5f274938 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89343bfb-1859-401a-9f48-f97c5f274938 {
  margin: 0 !important;
}

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





  img.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
    
    
    
    
  }


.s-89343bfb-1859-401a-9f48-f97c5f274938 .shogun-image-content {
  
    align-items: center;
  
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343bfb-1859-401a-9f48-f97c5f274938.shogun-image {
  box-sizing: border-box;
}




}
#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  text-align: center;
}



.shg-image-margin-container-s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  margin: 0 !important;
}

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





  img.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
    
    
    
    
  }


.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 .shogun-image-content {
  
    align-items: center;
  
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  margin: 0 !important;
}

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





  img.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
    
    
    
    
  }


.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 .shogun-image-content {
  
    align-items: center;
  
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  margin: 0 !important;
}

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





  img.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
    
    
    
    
  }


.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 .shogun-image-content {
  
    align-items: center;
  
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  margin: 0 !important;
}

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





  img.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
    
    
    
    
  }


.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 .shogun-image-content {
  
    align-items: center;
  
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 {
  margin: 0 !important;
}

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





  img.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
    
    
    
    
  }


.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847 .shogun-image-content {
  
    align-items: center;
  
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96c6535c-4b13-40f4-a56e-9a02fb8a1847.shogun-image {
  box-sizing: border-box;
}




}
#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin: 0 !important;
}

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





  img.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
    
    
    
    
  }


.s-9ea09870-1b09-4e02-b0d9-af629929dc58 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin: 0 !important;
}

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





  img.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
    
    
    
    
  }


.s-9ea09870-1b09-4e02-b0d9-af629929dc58 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin: 0 !important;
}

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





  img.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
    
    
    
    
  }


.s-9ea09870-1b09-4e02-b0d9-af629929dc58 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin: 0 !important;
}

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





  img.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
    
    
    
    
  }


.s-9ea09870-1b09-4e02-b0d9-af629929dc58 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58 {
  margin: 0 !important;
}

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





  img.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
    
    
    
    
  }


.s-9ea09870-1b09-4e02-b0d9-af629929dc58 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea09870-1b09-4e02-b0d9-af629929dc58.shogun-image {
  box-sizing: border-box;
}




}
#s-88f15652-72d9-45e6-9d86-34026fe3aa1c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-88f15652-72d9-45e6-9d86-34026fe3aa1c {
  display: none;
}
#s-88f15652-72d9-45e6-9d86-34026fe3aa1c, #wrap-s-88f15652-72d9-45e6-9d86-34026fe3aa1c { display: none !important; }}@media (max-width: 767px){#s-88f15652-72d9-45e6-9d86-34026fe3aa1c {
  display: none;
}
#s-88f15652-72d9-45e6-9d86-34026fe3aa1c, #wrap-s-88f15652-72d9-45e6-9d86-34026fe3aa1c { display: none !important; }}
@media (min-width: 0px) {
[id="s-88f15652-72d9-45e6-9d86-34026fe3aa1c"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-88f15652-72d9-45e6-9d86-34026fe3aa1c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-88f15652-72d9-45e6-9d86-34026fe3aa1c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-88f15652-72d9-45e6-9d86-34026fe3aa1c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  margin: 0 !important;
}

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





  img.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c .shogun-image-content {
  
    align-items: center;
  
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  margin: 0 !important;
}

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





  img.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c .shogun-image-content {
  
    align-items: center;
  
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  margin: 0 !important;
}

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





  img.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c .shogun-image-content {
  
    align-items: center;
  
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  margin: 0 !important;
}

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





  img.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c .shogun-image-content {
  
    align-items: center;
  
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c {
  margin: 0 !important;
}

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





  img.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c .shogun-image-content {
  
    align-items: center;
  
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-056ee825-2536-43c2-bd9f-e24cd6cfb50c.shogun-image {
  box-sizing: border-box;
}




}
#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  margin: 0 !important;
}

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





  img.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  margin: 0 !important;
}

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





  img.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  margin: 0 !important;
}

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





  img.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  margin: 0 !important;
}

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





  img.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 {
  margin: 0 !important;
}

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





  img.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c07fb-36eb-48b6-9ea9-cf333eaf0e72.shogun-image {
  box-sizing: border-box;
}




}
#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  margin: 0 !important;
}

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





  img.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85bb4079-cdb8-45a7-ad30-07193d913f6f .shogun-image-content {
  
    align-items: center;
  
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  margin: 0 !important;
}

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





  img.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85bb4079-cdb8-45a7-ad30-07193d913f6f .shogun-image-content {
  
    align-items: center;
  
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  margin: 0 !important;
}

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





  img.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85bb4079-cdb8-45a7-ad30-07193d913f6f .shogun-image-content {
  
    align-items: center;
  
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  margin: 0 !important;
}

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





  img.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85bb4079-cdb8-45a7-ad30-07193d913f6f .shogun-image-content {
  
    align-items: center;
  
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f {
  margin: 0 !important;
}

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





  img.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85bb4079-cdb8-45a7-ad30-07193d913f6f .shogun-image-content {
  
    align-items: center;
  
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85bb4079-cdb8-45a7-ad30-07193d913f6f.shogun-image {
  box-sizing: border-box;
}




}
#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  margin: 0 !important;
}

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





  img.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dca47e00-4984-4aa6-bb04-e8d6db739389 .shogun-image-content {
  
    align-items: center;
  
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  margin: 0 !important;
}

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





  img.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dca47e00-4984-4aa6-bb04-e8d6db739389 .shogun-image-content {
  
    align-items: center;
  
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  margin: 0 !important;
}

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





  img.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dca47e00-4984-4aa6-bb04-e8d6db739389 .shogun-image-content {
  
    align-items: center;
  
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  margin: 0 !important;
}

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





  img.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dca47e00-4984-4aa6-bb04-e8d6db739389 .shogun-image-content {
  
    align-items: center;
  
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389 {
  margin: 0 !important;
}

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





  img.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dca47e00-4984-4aa6-bb04-e8d6db739389 .shogun-image-content {
  
    align-items: center;
  
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dca47e00-4984-4aa6-bb04-e8d6db739389.shogun-image {
  box-sizing: border-box;
}




}
#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  margin: 0 !important;
}

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





  img.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  margin: 0 !important;
}

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





  img.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  margin: 0 !important;
}

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





  img.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  margin: 0 !important;
}

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





  img.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a {
  margin: 0 !important;
}

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





  img.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b35593-69f1-4c6d-8ecf-64e8189e6e8a.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-1d7d8be7-fb6d-4068-9b57-c92663225a5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d7d8be7-fb6d-4068-9b57-c92663225a5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1d7d8be7-fb6d-4068-9b57-c92663225a5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d7d8be7-fb6d-4068-9b57-c92663225a5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-1d7d8be7-fb6d-4068-9b57-c92663225a5d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bdc6f5eb-b640-4a79-9e4d-d59804840e23 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-bdc6f5eb-b640-4a79-9e4d-d59804840e23 {
  
}
}







#s-bdc6f5eb-b640-4a79-9e4d-d59804840e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdc6f5eb-b640-4a79-9e4d-d59804840e23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2-root {
    text-align: center;
  }


#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2-root {
    text-align: center;
  }


#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2-root {
    text-align: center;
  }


#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2-root {
    text-align: center;
  }


#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2-root {
    text-align: center;
  }


#s-22c9dfb4-be02-4b24-858a-3e9a6c8960b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-c847cfae-83aa-46d1-9268-9b0e9708a34c {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-1cc70609-7a03-45d4-a6d2-4c5736e96a0e {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1cc70609-7a03-45d4-a6d2-4c5736e96a0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cc70609-7a03-45d4-a6d2-4c5736e96a0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1cc70609-7a03-45d4-a6d2-4c5736e96a0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cc70609-7a03-45d4-a6d2-4c5736e96a0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  text-align: center;
}



.shg-image-margin-container-s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  margin: 0 !important;
}

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





  img.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
    
    
    
    
  }


.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd .shogun-image-content {
  
    align-items: center;
  
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  margin: 0 !important;
}

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





  img.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
    
    
    
    
  }


.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd .shogun-image-content {
  
    align-items: center;
  
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  margin: 0 !important;
}

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





  img.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
    
    
    
    
  }


.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd .shogun-image-content {
  
    align-items: center;
  
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  margin: 0 !important;
}

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





  img.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
    
    
    
    
  }


.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd .shogun-image-content {
  
    align-items: center;
  
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd {
  margin: 0 !important;
}

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





  img.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
    
    
    
    
  }


.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd .shogun-image-content {
  
    align-items: center;
  
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d401bb7d-4ed1-4137-ac31-cfe35b28debd.shogun-image {
  box-sizing: border-box;
}




}
#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  text-align: center;
}



.shg-image-margin-container-s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  margin: 0 !important;
}

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





  img.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
    
    
    
    
  }


.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  margin: 0 !important;
}

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





  img.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
    
    
    
    
  }


.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  margin: 0 !important;
}

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





  img.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
    
    
    
    
  }


.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  margin: 0 !important;
}

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





  img.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
    
    
    
    
  }


.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d {
  margin: 0 !important;
}

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





  img.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
    
    
    
    
  }


.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e59d49-9ed1-413c-a6dc-b31d0d9a9b5d.shogun-image {
  box-sizing: border-box;
}




}
#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin: 0 !important;
}

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





  img.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
    
    
    
    
  }


.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d .shogun-image-content {
  
    align-items: center;
  
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin: 0 !important;
}

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





  img.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
    
    
    
    
  }


.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d .shogun-image-content {
  
    align-items: center;
  
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin: 0 !important;
}

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





  img.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
    
    
    
    
  }


.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d .shogun-image-content {
  
    align-items: center;
  
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin: 0 !important;
}

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





  img.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
    
    
    
    
  }


.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d .shogun-image-content {
  
    align-items: center;
  
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d {
  margin: 0 !important;
}

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





  img.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
    
    
    
    
  }


.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d .shogun-image-content {
  
    align-items: center;
  
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eff16ef-d9d4-4ea9-b0d5-2370cd7fe41d.shogun-image {
  box-sizing: border-box;
}




}
#s-077a5898-994a-4a59-aa36-5673c80ba8f0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-077a5898-994a-4a59-aa36-5673c80ba8f0 {
  display: none;
}
#s-077a5898-994a-4a59-aa36-5673c80ba8f0, #wrap-s-077a5898-994a-4a59-aa36-5673c80ba8f0 { display: none !important; }}@media (max-width: 767px){#s-077a5898-994a-4a59-aa36-5673c80ba8f0 {
  display: none;
}
#s-077a5898-994a-4a59-aa36-5673c80ba8f0, #wrap-s-077a5898-994a-4a59-aa36-5673c80ba8f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-077a5898-994a-4a59-aa36-5673c80ba8f0"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-077a5898-994a-4a59-aa36-5673c80ba8f0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-077a5898-994a-4a59-aa36-5673c80ba8f0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-077a5898-994a-4a59-aa36-5673c80ba8f0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  margin: 0 !important;
}

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





  img.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a926dfaa-ce49-40df-b68c-d9f132e2a993 .shogun-image-content {
  
    align-items: center;
  
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  margin: 0 !important;
}

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





  img.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a926dfaa-ce49-40df-b68c-d9f132e2a993 .shogun-image-content {
  
    align-items: center;
  
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  margin: 0 !important;
}

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





  img.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a926dfaa-ce49-40df-b68c-d9f132e2a993 .shogun-image-content {
  
    align-items: center;
  
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  margin: 0 !important;
}

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





  img.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a926dfaa-ce49-40df-b68c-d9f132e2a993 .shogun-image-content {
  
    align-items: center;
  
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993 {
  margin: 0 !important;
}

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





  img.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a926dfaa-ce49-40df-b68c-d9f132e2a993 .shogun-image-content {
  
    align-items: center;
  
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a926dfaa-ce49-40df-b68c-d9f132e2a993.shogun-image {
  box-sizing: border-box;
}




}
#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  margin: 0 !important;
}

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





  img.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ca8ef29f-132a-47d7-93d9-758d2823d817 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  margin: 0 !important;
}

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





  img.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ca8ef29f-132a-47d7-93d9-758d2823d817 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  margin: 0 !important;
}

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





  img.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ca8ef29f-132a-47d7-93d9-758d2823d817 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  margin: 0 !important;
}

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





  img.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ca8ef29f-132a-47d7-93d9-758d2823d817 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817 {
  margin: 0 !important;
}

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





  img.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ca8ef29f-132a-47d7-93d9-758d2823d817 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8ef29f-132a-47d7-93d9-758d2823d817.shogun-image {
  box-sizing: border-box;
}




}
#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  margin: 0 !important;
}

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





  img.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d598f3ad-1b61-4b74-bca9-2d71a566d220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  margin: 0 !important;
}

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





  img.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d598f3ad-1b61-4b74-bca9-2d71a566d220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  margin: 0 !important;
}

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





  img.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d598f3ad-1b61-4b74-bca9-2d71a566d220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  margin: 0 !important;
}

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





  img.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d598f3ad-1b61-4b74-bca9-2d71a566d220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220 {
  margin: 0 !important;
}

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





  img.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d598f3ad-1b61-4b74-bca9-2d71a566d220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d598f3ad-1b61-4b74-bca9-2d71a566d220.shogun-image {
  box-sizing: border-box;
}




}
#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  margin: 0 !important;
}

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





  img.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  margin: 0 !important;
}

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





  img.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  margin: 0 !important;
}

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





  img.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  margin: 0 !important;
}

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





  img.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba {
  margin: 0 !important;
}

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





  img.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecf45d6-b825-49a6-9c09-ab5d561dacba.shogun-image {
  box-sizing: border-box;
}




}
#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  margin: 0 !important;
}

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





  img.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c .shogun-image-content {
  
    align-items: center;
  
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  margin: 0 !important;
}

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





  img.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c .shogun-image-content {
  
    align-items: center;
  
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  margin: 0 !important;
}

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





  img.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c .shogun-image-content {
  
    align-items: center;
  
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  margin: 0 !important;
}

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





  img.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c .shogun-image-content {
  
    align-items: center;
  
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c {
  margin: 0 !important;
}

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





  img.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c .shogun-image-content {
  
    align-items: center;
  
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5337eeef-ed63-4631-8ad2-d09b3c04d62c.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-d64fe2b9-c83e-4105-b56e-9e8f9ef11078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d64fe2b9-c83e-4105-b56e-9e8f9ef11078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d64fe2b9-c83e-4105-b56e-9e8f9ef11078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d64fe2b9-c83e-4105-b56e-9e8f9ef11078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-d64fe2b9-c83e-4105-b56e-9e8f9ef11078"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9be01730-5814-4640-9ddb-553c64f7c790 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-9be01730-5814-4640-9ddb-553c64f7c790 {
  
}
}







#s-9be01730-5814-4640-9ddb-553c64f7c790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9be01730-5814-4640-9ddb-553c64f7c790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d69e193-94c1-49a0-86d6-8154486b4515 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-3d69e193-94c1-49a0-86d6-8154486b4515:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d69e193-94c1-49a0-86d6-8154486b4515:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3d69e193-94c1-49a0-86d6-8154486b4515-root {
    text-align: center;
  }


#s-3d69e193-94c1-49a0-86d6-8154486b4515.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d69e193-94c1-49a0-86d6-8154486b4515-root {
    text-align: center;
  }


#s-3d69e193-94c1-49a0-86d6-8154486b4515.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d69e193-94c1-49a0-86d6-8154486b4515-root {
    text-align: center;
  }


#s-3d69e193-94c1-49a0-86d6-8154486b4515.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d69e193-94c1-49a0-86d6-8154486b4515-root {
    text-align: center;
  }


#s-3d69e193-94c1-49a0-86d6-8154486b4515.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d69e193-94c1-49a0-86d6-8154486b4515-root {
    text-align: center;
  }


#s-3d69e193-94c1-49a0-86d6-8154486b4515.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-644f75f8-c7cf-4e5e-9818-a21f978d605c {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
text-align: center;
}



.shg-image-margin-container-s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin: 0 !important;
}

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





  img.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
    
    
    
    
  }


.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin: 0 !important;
}

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





  img.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
    
    
    
    
  }


.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin: 0 !important;
}

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





  img.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
    
    
    
    
  }


.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin: 0 !important;
}

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





  img.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
    
    
    
    
  }


.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 {
  margin: 0 !important;
}

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





  img.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
    
    
    
    
  }


.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa58f9d2-4d50-4745-a0db-9c24ca403bc9.shogun-image {
  box-sizing: border-box;
}




}
#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin: 0 !important;
}

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





  img.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
    
    
    
    
  }


.s-df99f63b-3671-4f65-93d9-5eddfebe1f17 .shogun-image-content {
  
    align-items: center;
  
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin: 0 !important;
}

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





  img.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
    
    
    
    
  }


.s-df99f63b-3671-4f65-93d9-5eddfebe1f17 .shogun-image-content {
  
    align-items: center;
  
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin: 0 !important;
}

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





  img.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
    
    
    
    
  }


.s-df99f63b-3671-4f65-93d9-5eddfebe1f17 .shogun-image-content {
  
    align-items: center;
  
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin: 0 !important;
}

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





  img.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
    
    
    
    
  }


.s-df99f63b-3671-4f65-93d9-5eddfebe1f17 .shogun-image-content {
  
    align-items: center;
  
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17 {
  margin: 0 !important;
}

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





  img.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
    
    
    
    
  }


.s-df99f63b-3671-4f65-93d9-5eddfebe1f17 .shogun-image-content {
  
    align-items: center;
  
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df99f63b-3671-4f65-93d9-5eddfebe1f17.shogun-image {
  box-sizing: border-box;
}




}
#s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc {
  display: none;
}
#s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc, #wrap-s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc { display: none !important; }}@media (max-width: 767px){#s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc {
  display: none;
}
#s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc, #wrap-s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ef43d10-931a-431c-8fb5-2f4b2922d9fc"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  margin: 0 !important;
}

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





  img.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c1e1a549-562d-46dd-b50e-9a4d049671b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  margin: 0 !important;
}

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





  img.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c1e1a549-562d-46dd-b50e-9a4d049671b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  margin: 0 !important;
}

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





  img.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c1e1a549-562d-46dd-b50e-9a4d049671b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  margin: 0 !important;
}

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





  img.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c1e1a549-562d-46dd-b50e-9a4d049671b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8 {
  margin: 0 !important;
}

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





  img.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c1e1a549-562d-46dd-b50e-9a4d049671b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e1a549-562d-46dd-b50e-9a4d049671b8.shogun-image {
  box-sizing: border-box;
}




}
#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-a037979f-dd0a-4040-8784-1827a003fd76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  margin: 0 !important;
}

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





  img.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a037979f-dd0a-4040-8784-1827a003fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a037979f-dd0a-4040-8784-1827a003fd76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  margin: 0 !important;
}

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





  img.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a037979f-dd0a-4040-8784-1827a003fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a037979f-dd0a-4040-8784-1827a003fd76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  margin: 0 !important;
}

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





  img.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a037979f-dd0a-4040-8784-1827a003fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a037979f-dd0a-4040-8784-1827a003fd76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  margin: 0 !important;
}

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





  img.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a037979f-dd0a-4040-8784-1827a003fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a037979f-dd0a-4040-8784-1827a003fd76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a037979f-dd0a-4040-8784-1827a003fd76 {
  margin: 0 !important;
}

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





  img.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a037979f-dd0a-4040-8784-1827a003fd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a037979f-dd0a-4040-8784-1827a003fd76.shogun-image {
  box-sizing: border-box;
}




}
#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  margin: 0 !important;
}

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





  img.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-29d50fe6-3818-43eb-8568-6e3109776b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  margin: 0 !important;
}

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





  img.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-29d50fe6-3818-43eb-8568-6e3109776b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  margin: 0 !important;
}

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





  img.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-29d50fe6-3818-43eb-8568-6e3109776b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  margin: 0 !important;
}

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





  img.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-29d50fe6-3818-43eb-8568-6e3109776b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22 {
  margin: 0 !important;
}

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





  img.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-29d50fe6-3818-43eb-8568-6e3109776b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d50fe6-3818-43eb-8568-6e3109776b22.shogun-image {
  box-sizing: border-box;
}




}
#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  margin: 0 !important;
}

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





  img.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce .shogun-image-content {
  
    align-items: center;
  
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  margin: 0 !important;
}

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





  img.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce .shogun-image-content {
  
    align-items: center;
  
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  margin: 0 !important;
}

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





  img.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce .shogun-image-content {
  
    align-items: center;
  
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  margin: 0 !important;
}

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





  img.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce .shogun-image-content {
  
    align-items: center;
  
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce {
  margin: 0 !important;
}

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





  img.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce .shogun-image-content {
  
    align-items: center;
  
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce9d692b-04f9-4ac4-a30a-b56f8776ebce.shogun-image {
  box-sizing: border-box;
}




}
#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  margin: 0 !important;
}

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





  img.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  margin: 0 !important;
}

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





  img.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  margin: 0 !important;
}

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





  img.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  margin: 0 !important;
}

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





  img.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 {
  margin: 0 !important;
}

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





  img.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4bef03-33fa-48ca-8f67-ff1dbc29bb34.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-6d6b75d6-f996-4acb-aad7-f8720cb60be0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d6b75d6-f996-4acb-aad7-f8720cb60be0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6d6b75d6-f996-4acb-aad7-f8720cb60be0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d6b75d6-f996-4acb-aad7-f8720cb60be0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-6d6b75d6-f996-4acb-aad7-f8720cb60be0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee0a820d-88d3-4c4c-b53b-3281f978cd75 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-ee0a820d-88d3-4c4c-b53b-3281f978cd75 {
  
}
}







#s-ee0a820d-88d3-4c4c-b53b-3281f978cd75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee0a820d-88d3-4c4c-b53b-3281f978cd75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1122e700-66e5-4d91-8dc9-12faa4363550 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-1122e700-66e5-4d91-8dc9-12faa4363550:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1122e700-66e5-4d91-8dc9-12faa4363550:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1122e700-66e5-4d91-8dc9-12faa4363550-root {
    text-align: center;
  }


#s-1122e700-66e5-4d91-8dc9-12faa4363550.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1122e700-66e5-4d91-8dc9-12faa4363550-root {
    text-align: center;
  }


#s-1122e700-66e5-4d91-8dc9-12faa4363550.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1122e700-66e5-4d91-8dc9-12faa4363550-root {
    text-align: center;
  }


#s-1122e700-66e5-4d91-8dc9-12faa4363550.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1122e700-66e5-4d91-8dc9-12faa4363550-root {
    text-align: center;
  }


#s-1122e700-66e5-4d91-8dc9-12faa4363550.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1122e700-66e5-4d91-8dc9-12faa4363550-root {
    text-align: center;
  }


#s-1122e700-66e5-4d91-8dc9-12faa4363550.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5ce37935-479f-498c-a7c5-d152ca67eea8 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-aaaf38c1-8425-4536-9188-7591ee2773e1 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-aaaf38c1-8425-4536-9188-7591ee2773e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaaf38c1-8425-4536-9188-7591ee2773e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aaaf38c1-8425-4536-9188-7591ee2773e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaaf38c1-8425-4536-9188-7591ee2773e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  text-align: center;
}



.shg-image-margin-container-s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  margin: 0 !important;
}

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





  img.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
    
    
    
    
  }


.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 .shogun-image-content {
  
    align-items: center;
  
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  margin: 0 !important;
}

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





  img.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
    
    
    
    
  }


.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 .shogun-image-content {
  
    align-items: center;
  
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  margin: 0 !important;
}

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





  img.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
    
    
    
    
  }


.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 .shogun-image-content {
  
    align-items: center;
  
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  margin: 0 !important;
}

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





  img.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
    
    
    
    
  }


.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 .shogun-image-content {
  
    align-items: center;
  
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 {
  margin: 0 !important;
}

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





  img.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
    
    
    
    
  }


.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070 .shogun-image-content {
  
    align-items: center;
  
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e9f9c1-0ff2-4e5c-91ae-a7e1091aa070.shogun-image {
  box-sizing: border-box;
}




}
#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  text-align: center;
}



.shg-image-margin-container-s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  margin: 0 !important;
}

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





  img.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
    
    
    
    
  }


.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 .shogun-image-content {
  
    align-items: center;
  
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  margin: 0 !important;
}

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





  img.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
    
    
    
    
  }


.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 .shogun-image-content {
  
    align-items: center;
  
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  margin: 0 !important;
}

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





  img.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
    
    
    
    
  }


.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 .shogun-image-content {
  
    align-items: center;
  
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  margin: 0 !important;
}

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





  img.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
    
    
    
    
  }


.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 .shogun-image-content {
  
    align-items: center;
  
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 {
  margin: 0 !important;
}

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





  img.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
    
    
    
    
  }


.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109 .shogun-image-content {
  
    align-items: center;
  
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f21f64ed-6f2b-4eb9-9cd1-dcdb4fe8e109.shogun-image {
  box-sizing: border-box;
}




}
#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-20850182-f94e-45b8-b517-cdbfa549e417 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin: 0 !important;
}

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





  img.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
    
    
    
    
  }


.s-20850182-f94e-45b8-b517-cdbfa549e417 .shogun-image-content {
  
    align-items: center;
  
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-20850182-f94e-45b8-b517-cdbfa549e417 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin: 0 !important;
}

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





  img.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
    
    
    
    
  }


.s-20850182-f94e-45b8-b517-cdbfa549e417 .shogun-image-content {
  
    align-items: center;
  
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-20850182-f94e-45b8-b517-cdbfa549e417 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin: 0 !important;
}

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





  img.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
    
    
    
    
  }


.s-20850182-f94e-45b8-b517-cdbfa549e417 .shogun-image-content {
  
    align-items: center;
  
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-20850182-f94e-45b8-b517-cdbfa549e417 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin: 0 !important;
}

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





  img.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
    
    
    
    
  }


.s-20850182-f94e-45b8-b517-cdbfa549e417 .shogun-image-content {
  
    align-items: center;
  
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-20850182-f94e-45b8-b517-cdbfa549e417 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20850182-f94e-45b8-b517-cdbfa549e417 {
  margin: 0 !important;
}

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





  img.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
    
    
    
    
  }


.s-20850182-f94e-45b8-b517-cdbfa549e417 .shogun-image-content {
  
    align-items: center;
  
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20850182-f94e-45b8-b517-cdbfa549e417.shogun-image {
  box-sizing: border-box;
}




}
#s-d27ba74b-4a51-45dc-90bd-b7df8c869a49 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d27ba74b-4a51-45dc-90bd-b7df8c869a49 {
  display: none;
}
#s-d27ba74b-4a51-45dc-90bd-b7df8c869a49, #wrap-s-d27ba74b-4a51-45dc-90bd-b7df8c869a49 { display: none !important; }}@media (max-width: 767px){#s-d27ba74b-4a51-45dc-90bd-b7df8c869a49 {
  display: none;
}
#s-d27ba74b-4a51-45dc-90bd-b7df8c869a49, #wrap-s-d27ba74b-4a51-45dc-90bd-b7df8c869a49 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d27ba74b-4a51-45dc-90bd-b7df8c869a49"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-d27ba74b-4a51-45dc-90bd-b7df8c869a49"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-d27ba74b-4a51-45dc-90bd-b7df8c869a49"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-d27ba74b-4a51-45dc-90bd-b7df8c869a49"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  margin: 0 !important;
}

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





  img.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  margin: 0 !important;
}

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





  img.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  margin: 0 !important;
}

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





  img.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  margin: 0 !important;
}

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





  img.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 {
  margin: 0 !important;
}

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





  img.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad3517a-b1d3-4827-9d1f-5c8971fd78a4.shogun-image {
  box-sizing: border-box;
}




}
#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  margin: 0 !important;
}

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





  img.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  margin: 0 !important;
}

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





  img.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  margin: 0 !important;
}

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





  img.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  margin: 0 !important;
}

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





  img.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c {
  margin: 0 !important;
}

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





  img.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb943efa-c97d-42e6-99c7-56ffe4b9d64c.shogun-image {
  box-sizing: border-box;
}




}
#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  margin: 0 !important;
}

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





  img.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de23428d-5122-4da3-8d62-2e2a332838b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  margin: 0 !important;
}

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





  img.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de23428d-5122-4da3-8d62-2e2a332838b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  margin: 0 !important;
}

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





  img.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de23428d-5122-4da3-8d62-2e2a332838b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  margin: 0 !important;
}

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





  img.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de23428d-5122-4da3-8d62-2e2a332838b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7 {
  margin: 0 !important;
}

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





  img.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de23428d-5122-4da3-8d62-2e2a332838b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23428d-5122-4da3-8d62-2e2a332838b7.shogun-image {
  box-sizing: border-box;
}




}
#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  margin: 0 !important;
}

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





  img.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6c099559-dcc4-449b-b84a-e32e779ed667 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  margin: 0 !important;
}

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





  img.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6c099559-dcc4-449b-b84a-e32e779ed667 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  margin: 0 !important;
}

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





  img.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6c099559-dcc4-449b-b84a-e32e779ed667 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  margin: 0 !important;
}

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





  img.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6c099559-dcc4-449b-b84a-e32e779ed667 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667 {
  margin: 0 !important;
}

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





  img.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6c099559-dcc4-449b-b84a-e32e779ed667 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c099559-dcc4-449b-b84a-e32e779ed667.shogun-image {
  box-sizing: border-box;
}




}
#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  margin: 0 !important;
}

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





  img.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  margin: 0 !important;
}

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





  img.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  margin: 0 !important;
}

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





  img.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  margin: 0 !important;
}

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





  img.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 {
  margin: 0 !important;
}

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





  img.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3637ee4-7ea7-47ef-9b1b-e0e1e5c9fbb5.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-cc533c3f-b541-4db9-b46f-17ae4236bf30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc533c3f-b541-4db9-b46f-17ae4236bf30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cc533c3f-b541-4db9-b46f-17ae4236bf30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc533c3f-b541-4db9-b46f-17ae4236bf30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc533c3f-b541-4db9-b46f-17ae4236bf30"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9fd02cc3-feb6-475c-a580-8a180a5dd133 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-9fd02cc3-feb6-475c-a580-8a180a5dd133 {
  
}
}







#s-9fd02cc3-feb6-475c-a580-8a180a5dd133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fd02cc3-feb6-475c-a580-8a180a5dd133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-885a214e-3015-46dd-a00a-1edb12321b34 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-885a214e-3015-46dd-a00a-1edb12321b34:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-885a214e-3015-46dd-a00a-1edb12321b34:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-885a214e-3015-46dd-a00a-1edb12321b34-root {
    text-align: center;
  }


#s-885a214e-3015-46dd-a00a-1edb12321b34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-885a214e-3015-46dd-a00a-1edb12321b34-root {
    text-align: center;
  }


#s-885a214e-3015-46dd-a00a-1edb12321b34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-885a214e-3015-46dd-a00a-1edb12321b34-root {
    text-align: center;
  }


#s-885a214e-3015-46dd-a00a-1edb12321b34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-885a214e-3015-46dd-a00a-1edb12321b34-root {
    text-align: center;
  }


#s-885a214e-3015-46dd-a00a-1edb12321b34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-885a214e-3015-46dd-a00a-1edb12321b34-root {
    text-align: center;
  }


#s-885a214e-3015-46dd-a00a-1edb12321b34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5f87adb5-1321-49a8-a489-e5dbf2adbfbc {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-23109a48-b651-40cc-985c-2b2cfcfd5152 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-23109a48-b651-40cc-985c-2b2cfcfd5152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23109a48-b651-40cc-985c-2b2cfcfd5152"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23109a48-b651-40cc-985c-2b2cfcfd5152"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23109a48-b651-40cc-985c-2b2cfcfd5152"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  text-align: center;
}



.shg-image-margin-container-s-2187c87e-5205-4eab-9020-f719a7993f81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  margin: 0 !important;
}

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





  img.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
    
    
    
    
  }


.s-2187c87e-5205-4eab-9020-f719a7993f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2187c87e-5205-4eab-9020-f719a7993f81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  margin: 0 !important;
}

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





  img.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
    
    
    
    
  }


.s-2187c87e-5205-4eab-9020-f719a7993f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2187c87e-5205-4eab-9020-f719a7993f81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  margin: 0 !important;
}

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





  img.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
    
    
    
    
  }


.s-2187c87e-5205-4eab-9020-f719a7993f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2187c87e-5205-4eab-9020-f719a7993f81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  margin: 0 !important;
}

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





  img.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
    
    
    
    
  }


.s-2187c87e-5205-4eab-9020-f719a7993f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2187c87e-5205-4eab-9020-f719a7993f81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2187c87e-5205-4eab-9020-f719a7993f81 {
  margin: 0 !important;
}

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





  img.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
    
    
    
    
  }


.s-2187c87e-5205-4eab-9020-f719a7993f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2187c87e-5205-4eab-9020-f719a7993f81.shogun-image {
  box-sizing: border-box;
}




}
#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  text-align: center;
}



.shg-image-margin-container-s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  margin: 0 !important;
}

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





  img.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
    
    
    
    
  }


.s-ab0d6282-e94d-4c0c-9929-6289443216c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  margin: 0 !important;
}

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





  img.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
    
    
    
    
  }


.s-ab0d6282-e94d-4c0c-9929-6289443216c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  margin: 0 !important;
}

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





  img.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
    
    
    
    
  }


.s-ab0d6282-e94d-4c0c-9929-6289443216c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  margin: 0 !important;
}

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





  img.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
    
    
    
    
  }


.s-ab0d6282-e94d-4c0c-9929-6289443216c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6 {
  margin: 0 !important;
}

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





  img.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
    
    
    
    
  }


.s-ab0d6282-e94d-4c0c-9929-6289443216c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab0d6282-e94d-4c0c-9929-6289443216c6.shogun-image {
  box-sizing: border-box;
}




}
#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-f50e3905-5a45-46ca-b946-40412362d50f {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin: 0 !important;
}

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





  img.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
    
    
    
    
  }


.s-f50e3905-5a45-46ca-b946-40412362d50f .shogun-image-content {
  
    align-items: center;
  
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f50e3905-5a45-46ca-b946-40412362d50f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin: 0 !important;
}

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





  img.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
    
    
    
    
  }


.s-f50e3905-5a45-46ca-b946-40412362d50f .shogun-image-content {
  
    align-items: center;
  
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f50e3905-5a45-46ca-b946-40412362d50f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin: 0 !important;
}

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





  img.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
    
    
    
    
  }


.s-f50e3905-5a45-46ca-b946-40412362d50f .shogun-image-content {
  
    align-items: center;
  
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f50e3905-5a45-46ca-b946-40412362d50f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin: 0 !important;
}

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





  img.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
    
    
    
    
  }


.s-f50e3905-5a45-46ca-b946-40412362d50f .shogun-image-content {
  
    align-items: center;
  
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f50e3905-5a45-46ca-b946-40412362d50f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f50e3905-5a45-46ca-b946-40412362d50f {
  margin: 0 !important;
}

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





  img.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
    
    
    
    
  }


.s-f50e3905-5a45-46ca-b946-40412362d50f .shogun-image-content {
  
    align-items: center;
  
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f50e3905-5a45-46ca-b946-40412362d50f.shogun-image {
  box-sizing: border-box;
}




}
#s-33402b52-6d54-4a57-b3be-90bfc8c487d8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-33402b52-6d54-4a57-b3be-90bfc8c487d8 {
  display: none;
}
#s-33402b52-6d54-4a57-b3be-90bfc8c487d8, #wrap-s-33402b52-6d54-4a57-b3be-90bfc8c487d8 { display: none !important; }}@media (max-width: 767px){#s-33402b52-6d54-4a57-b3be-90bfc8c487d8 {
  display: none;
}
#s-33402b52-6d54-4a57-b3be-90bfc8c487d8, #wrap-s-33402b52-6d54-4a57-b3be-90bfc8c487d8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-33402b52-6d54-4a57-b3be-90bfc8c487d8"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-33402b52-6d54-4a57-b3be-90bfc8c487d8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-33402b52-6d54-4a57-b3be-90bfc8c487d8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-33402b52-6d54-4a57-b3be-90bfc8c487d8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  margin: 0 !important;
}

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





  img.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  margin: 0 !important;
}

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





  img.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  margin: 0 !important;
}

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





  img.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  margin: 0 !important;
}

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





  img.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 {
  margin: 0 !important;
}

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





  img.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d402ed2-d9e5-4f9a-8143-b11112dd8fb8.shogun-image {
  box-sizing: border-box;
}




}
#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  margin: 0 !important;
}

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





  img.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2555a107-54ff-4170-ad26-f345ccca3f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  margin: 0 !important;
}

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





  img.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2555a107-54ff-4170-ad26-f345ccca3f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  margin: 0 !important;
}

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





  img.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2555a107-54ff-4170-ad26-f345ccca3f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  margin: 0 !important;
}

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





  img.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2555a107-54ff-4170-ad26-f345ccca3f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59 {
  margin: 0 !important;
}

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





  img.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2555a107-54ff-4170-ad26-f345ccca3f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2555a107-54ff-4170-ad26-f345ccca3f59.shogun-image {
  box-sizing: border-box;
}




}
#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  margin: 0 !important;
}

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





  img.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49efaca6-8451-464b-ad28-21fbd5d52c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  margin: 0 !important;
}

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





  img.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49efaca6-8451-464b-ad28-21fbd5d52c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  margin: 0 !important;
}

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





  img.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49efaca6-8451-464b-ad28-21fbd5d52c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  margin: 0 !important;
}

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





  img.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49efaca6-8451-464b-ad28-21fbd5d52c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70 {
  margin: 0 !important;
}

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





  img.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-49efaca6-8451-464b-ad28-21fbd5d52c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efaca6-8451-464b-ad28-21fbd5d52c70.shogun-image {
  box-sizing: border-box;
}




}
#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  margin: 0 !important;
}

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





  img.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f43d6e85-4f21-4135-9049-b98e2dedb001 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  margin: 0 !important;
}

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





  img.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f43d6e85-4f21-4135-9049-b98e2dedb001 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  margin: 0 !important;
}

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





  img.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f43d6e85-4f21-4135-9049-b98e2dedb001 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  margin: 0 !important;
}

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





  img.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f43d6e85-4f21-4135-9049-b98e2dedb001 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001 {
  margin: 0 !important;
}

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





  img.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f43d6e85-4f21-4135-9049-b98e2dedb001 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43d6e85-4f21-4135-9049-b98e2dedb001.shogun-image {
  box-sizing: border-box;
}




}
#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  margin: 0 !important;
}

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





  img.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  margin: 0 !important;
}

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





  img.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  margin: 0 !important;
}

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





  img.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  margin: 0 !important;
}

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





  img.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b {
  margin: 0 !important;
}

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





  img.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ea44a9-9d4b-4ed9-be12-da222a6ef43b.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-b7d8fc60-13b1-4de9-82be-9ed71695a217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7d8fc60-13b1-4de9-82be-9ed71695a217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b7d8fc60-13b1-4de9-82be-9ed71695a217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7d8fc60-13b1-4de9-82be-9ed71695a217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b7d8fc60-13b1-4de9-82be-9ed71695a217"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fa283772-abeb-48f6-ba8a-465c76ab0cd0 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa283772-abeb-48f6-ba8a-465c76ab0cd0 {
  
}
}







#s-fa283772-abeb-48f6-ba8a-465c76ab0cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa283772-abeb-48f6-ba8a-465c76ab0cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-131c552f-43c5-4f91-ba88-dfb9ee6b3748-root {
    text-align: center;
  }


#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-131c552f-43c5-4f91-ba88-dfb9ee6b3748-root {
    text-align: center;
  }


#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-131c552f-43c5-4f91-ba88-dfb9ee6b3748-root {
    text-align: center;
  }


#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-131c552f-43c5-4f91-ba88-dfb9ee6b3748-root {
    text-align: center;
  }


#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-131c552f-43c5-4f91-ba88-dfb9ee6b3748-root {
    text-align: center;
  }


#s-131c552f-43c5-4f91-ba88-dfb9ee6b3748.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-2625ce1c-8528-4bb1-8970-a3de114ec025 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-977571c1-9266-4987-a806-d351e4a28784 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-977571c1-9266-4987-a806-d351e4a28784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-977571c1-9266-4987-a806-d351e4a28784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-977571c1-9266-4987-a806-d351e4a28784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-977571c1-9266-4987-a806-d351e4a28784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  text-align: center;
}



.shg-image-margin-container-s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  margin: 0 !important;
}

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





  img.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
    
    
    
    
  }


.s-47319a37-7c05-4a3a-85ba-2e2503c96743 .shogun-image-content {
  
    align-items: center;
  
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  margin: 0 !important;
}

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





  img.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
    
    
    
    
  }


.s-47319a37-7c05-4a3a-85ba-2e2503c96743 .shogun-image-content {
  
    align-items: center;
  
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  margin: 0 !important;
}

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





  img.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
    
    
    
    
  }


.s-47319a37-7c05-4a3a-85ba-2e2503c96743 .shogun-image-content {
  
    align-items: center;
  
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  margin: 0 !important;
}

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





  img.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
    
    
    
    
  }


.s-47319a37-7c05-4a3a-85ba-2e2503c96743 .shogun-image-content {
  
    align-items: center;
  
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743 {
  margin: 0 !important;
}

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





  img.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
    
    
    
    
  }


.s-47319a37-7c05-4a3a-85ba-2e2503c96743 .shogun-image-content {
  
    align-items: center;
  
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47319a37-7c05-4a3a-85ba-2e2503c96743.shogun-image {
  box-sizing: border-box;
}




}
#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  text-align: center;
}



.shg-image-margin-container-s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  margin: 0 !important;
}

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





  img.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
    
    
    
    
  }


.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe .shogun-image-content {
  
    align-items: center;
  
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  margin: 0 !important;
}

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





  img.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
    
    
    
    
  }


.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe .shogun-image-content {
  
    align-items: center;
  
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  margin: 0 !important;
}

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





  img.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
    
    
    
    
  }


.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe .shogun-image-content {
  
    align-items: center;
  
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  margin: 0 !important;
}

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





  img.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
    
    
    
    
  }


.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe .shogun-image-content {
  
    align-items: center;
  
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe {
  margin: 0 !important;
}

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





  img.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
    
    
    
    
  }


.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe .shogun-image-content {
  
    align-items: center;
  
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-441d9ec1-60b6-4f79-a4f8-b7fb893acbbe.shogun-image {
  box-sizing: border-box;
}




}
#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin: 0 !important;
}

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





  img.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
    
    
    
    
  }


.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin: 0 !important;
}

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





  img.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
    
    
    
    
  }


.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin: 0 !important;
}

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





  img.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
    
    
    
    
  }


.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin: 0 !important;
}

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





  img.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
    
    
    
    
  }


.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce {
  margin: 0 !important;
}

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





  img.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
    
    
    
    
  }


.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce .shogun-image-content {
  
    align-items: center;
  
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2c13e8-ded0-4b51-983e-df3679edf1ce.shogun-image {
  box-sizing: border-box;
}




}
#s-374735f3-52fc-4e5b-8a00-b56da33d7805 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-374735f3-52fc-4e5b-8a00-b56da33d7805 {
  display: none;
}
#s-374735f3-52fc-4e5b-8a00-b56da33d7805, #wrap-s-374735f3-52fc-4e5b-8a00-b56da33d7805 { display: none !important; }}@media (max-width: 767px){#s-374735f3-52fc-4e5b-8a00-b56da33d7805 {
  display: none;
}
#s-374735f3-52fc-4e5b-8a00-b56da33d7805, #wrap-s-374735f3-52fc-4e5b-8a00-b56da33d7805 { display: none !important; }}
@media (min-width: 0px) {
[id="s-374735f3-52fc-4e5b-8a00-b56da33d7805"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-374735f3-52fc-4e5b-8a00-b56da33d7805"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-374735f3-52fc-4e5b-8a00-b56da33d7805"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-374735f3-52fc-4e5b-8a00-b56da33d7805"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  margin: 0 !important;
}

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





  img.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ee4a266-1651-427b-8edf-dd27bc0919de .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  margin: 0 !important;
}

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





  img.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ee4a266-1651-427b-8edf-dd27bc0919de .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  margin: 0 !important;
}

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





  img.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ee4a266-1651-427b-8edf-dd27bc0919de .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  margin: 0 !important;
}

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





  img.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ee4a266-1651-427b-8edf-dd27bc0919de .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de {
  margin: 0 !important;
}

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





  img.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ee4a266-1651-427b-8edf-dd27bc0919de .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee4a266-1651-427b-8edf-dd27bc0919de.shogun-image {
  box-sizing: border-box;
}




}
#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  margin: 0 !important;
}

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





  img.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  margin: 0 !important;
}

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





  img.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  margin: 0 !important;
}

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





  img.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  margin: 0 !important;
}

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





  img.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b {
  margin: 0 !important;
}

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





  img.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfb2b5a-fe2b-47d9-95a4-d5c076f8bb0b.shogun-image {
  box-sizing: border-box;
}




}
#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  margin: 0 !important;
}

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





  img.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  margin: 0 !important;
}

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





  img.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  margin: 0 !important;
}

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





  img.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  margin: 0 !important;
}

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





  img.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 {
  margin: 0 !important;
}

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





  img.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebc387d5-743f-496f-a5f7-f4d0d2adaac8.shogun-image {
  box-sizing: border-box;
}




}
#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-85867bcd-b183-49f5-ba68-f28c494a248c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  margin: 0 !important;
}

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





  img.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85867bcd-b183-49f5-ba68-f28c494a248c .shogun-image-content {
  
    align-items: center;
  
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-85867bcd-b183-49f5-ba68-f28c494a248c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  margin: 0 !important;
}

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





  img.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85867bcd-b183-49f5-ba68-f28c494a248c .shogun-image-content {
  
    align-items: center;
  
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-85867bcd-b183-49f5-ba68-f28c494a248c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  margin: 0 !important;
}

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





  img.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85867bcd-b183-49f5-ba68-f28c494a248c .shogun-image-content {
  
    align-items: center;
  
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-85867bcd-b183-49f5-ba68-f28c494a248c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  margin: 0 !important;
}

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





  img.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85867bcd-b183-49f5-ba68-f28c494a248c .shogun-image-content {
  
    align-items: center;
  
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-85867bcd-b183-49f5-ba68-f28c494a248c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c {
  margin: 0 !important;
}

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





  img.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-85867bcd-b183-49f5-ba68-f28c494a248c .shogun-image-content {
  
    align-items: center;
  
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85867bcd-b183-49f5-ba68-f28c494a248c.shogun-image {
  box-sizing: border-box;
}




}
#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  margin: 0 !important;
}

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





  img.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0393865d-6a37-4f03-9bf5-8f24503d76f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  margin: 0 !important;
}

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





  img.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0393865d-6a37-4f03-9bf5-8f24503d76f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  margin: 0 !important;
}

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





  img.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0393865d-6a37-4f03-9bf5-8f24503d76f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  margin: 0 !important;
}

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





  img.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0393865d-6a37-4f03-9bf5-8f24503d76f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3 {
  margin: 0 !important;
}

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





  img.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0393865d-6a37-4f03-9bf5-8f24503d76f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0393865d-6a37-4f03-9bf5-8f24503d76f3.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-45244aa7-ced1-4c42-a12a-8d93db7323fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45244aa7-ced1-4c42-a12a-8d93db7323fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-45244aa7-ced1-4c42-a12a-8d93db7323fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-45244aa7-ced1-4c42-a12a-8d93db7323fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-45244aa7-ced1-4c42-a12a-8d93db7323fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-541c3c88-4c25-417f-8b5b-54b40dfc07ba {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-541c3c88-4c25-417f-8b5b-54b40dfc07ba {
  
}
}







#s-541c3c88-4c25-417f-8b5b-54b40dfc07ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-541c3c88-4c25-417f-8b5b-54b40dfc07ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f90652a-9592-418e-ace9-6cf148af4ff8 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0f90652a-9592-418e-ace9-6cf148af4ff8:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f90652a-9592-418e-ace9-6cf148af4ff8:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f90652a-9592-418e-ace9-6cf148af4ff8-root {
    text-align: center;
  }


#s-0f90652a-9592-418e-ace9-6cf148af4ff8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f90652a-9592-418e-ace9-6cf148af4ff8-root {
    text-align: center;
  }


#s-0f90652a-9592-418e-ace9-6cf148af4ff8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f90652a-9592-418e-ace9-6cf148af4ff8-root {
    text-align: center;
  }


#s-0f90652a-9592-418e-ace9-6cf148af4ff8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f90652a-9592-418e-ace9-6cf148af4ff8-root {
    text-align: center;
  }


#s-0f90652a-9592-418e-ace9-6cf148af4ff8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f90652a-9592-418e-ace9-6cf148af4ff8-root {
    text-align: center;
  }


#s-0f90652a-9592-418e-ace9-6cf148af4ff8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-53e32a11-b522-44a0-bb9a-2c47800981f3 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-09e8f7a6-8706-494f-b68c-1a30ee84ce94 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-09e8f7a6-8706-494f-b68c-1a30ee84ce94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09e8f7a6-8706-494f-b68c-1a30ee84ce94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-09e8f7a6-8706-494f-b68c-1a30ee84ce94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-09e8f7a6-8706-494f-b68c-1a30ee84ce94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  text-align: center;
}



.shg-image-margin-container-s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  margin: 0 !important;
}

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





  img.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
    
    
    
    
  }


.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  margin: 0 !important;
}

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





  img.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
    
    
    
    
  }


.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  margin: 0 !important;
}

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





  img.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
    
    
    
    
  }


.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  margin: 0 !important;
}

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





  img.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
    
    
    
    
  }


.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 {
  margin: 0 !important;
}

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





  img.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
    
    
    
    
  }


.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a1e4ae-32b5-4e04-b416-19d80b1a6eb6.shogun-image {
  box-sizing: border-box;
}




}
#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  text-align: center;
}



.shg-image-margin-container-s-cfe72834-f253-42e1-8986-cba695a38e1a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  margin: 0 !important;
}

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





  img.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
    
    
    
    
  }


.s-cfe72834-f253-42e1-8986-cba695a38e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cfe72834-f253-42e1-8986-cba695a38e1a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  margin: 0 !important;
}

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





  img.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
    
    
    
    
  }


.s-cfe72834-f253-42e1-8986-cba695a38e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cfe72834-f253-42e1-8986-cba695a38e1a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  margin: 0 !important;
}

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





  img.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
    
    
    
    
  }


.s-cfe72834-f253-42e1-8986-cba695a38e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cfe72834-f253-42e1-8986-cba695a38e1a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  margin: 0 !important;
}

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





  img.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
    
    
    
    
  }


.s-cfe72834-f253-42e1-8986-cba695a38e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-cfe72834-f253-42e1-8986-cba695a38e1a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a {
  margin: 0 !important;
}

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





  img.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
    
    
    
    
  }


.s-cfe72834-f253-42e1-8986-cba695a38e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe72834-f253-42e1-8986-cba695a38e1a.shogun-image {
  box-sizing: border-box;
}




}
#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin: 0 !important;
}

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





  img.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
    
    
    
    
  }


.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin: 0 !important;
}

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





  img.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
    
    
    
    
  }


.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin: 0 !important;
}

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





  img.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
    
    
    
    
  }


.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin: 0 !important;
}

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





  img.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
    
    
    
    
  }


.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 {
  margin: 0 !important;
}

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





  img.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
    
    
    
    
  }


.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5886ba75-eab4-41d8-874c-4f3a2fab0af8.shogun-image {
  box-sizing: border-box;
}




}
#s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea {
  display: none;
}
#s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea, #wrap-s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea { display: none !important; }}@media (max-width: 767px){#s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea {
  display: none;
}
#s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea, #wrap-s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea { display: none !important; }}
@media (min-width: 0px) {
[id="s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4bd6a6d-ef55-452f-a018-ccc4e4940eea"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  margin: 0 !important;
}

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





  img.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-14cbaa9d-56b3-4582-9732-bd739a420d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  margin: 0 !important;
}

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





  img.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-14cbaa9d-56b3-4582-9732-bd739a420d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  margin: 0 !important;
}

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





  img.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-14cbaa9d-56b3-4582-9732-bd739a420d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  margin: 0 !important;
}

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





  img.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-14cbaa9d-56b3-4582-9732-bd739a420d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59 {
  margin: 0 !important;
}

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





  img.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-14cbaa9d-56b3-4582-9732-bd739a420d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14cbaa9d-56b3-4582-9732-bd739a420d59.shogun-image {
  box-sizing: border-box;
}




}
#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-7ba6f07b-209b-4262-b763-3969990cf011 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  margin: 0 !important;
}

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





  img.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ba6f07b-209b-4262-b763-3969990cf011 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7ba6f07b-209b-4262-b763-3969990cf011 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  margin: 0 !important;
}

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





  img.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ba6f07b-209b-4262-b763-3969990cf011 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7ba6f07b-209b-4262-b763-3969990cf011 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  margin: 0 !important;
}

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





  img.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ba6f07b-209b-4262-b763-3969990cf011 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7ba6f07b-209b-4262-b763-3969990cf011 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  margin: 0 !important;
}

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





  img.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ba6f07b-209b-4262-b763-3969990cf011 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7ba6f07b-209b-4262-b763-3969990cf011 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7ba6f07b-209b-4262-b763-3969990cf011 {
  margin: 0 !important;
}

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





  img.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7ba6f07b-209b-4262-b763-3969990cf011 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6f07b-209b-4262-b763-3969990cf011.shogun-image {
  box-sizing: border-box;
}




}
#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  margin: 0 !important;
}

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





  img.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73aac4e4-1297-44c4-8044-fd081ac7a569 .shogun-image-content {
  
    align-items: center;
  
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  margin: 0 !important;
}

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





  img.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73aac4e4-1297-44c4-8044-fd081ac7a569 .shogun-image-content {
  
    align-items: center;
  
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  margin: 0 !important;
}

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





  img.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73aac4e4-1297-44c4-8044-fd081ac7a569 .shogun-image-content {
  
    align-items: center;
  
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  margin: 0 !important;
}

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





  img.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73aac4e4-1297-44c4-8044-fd081ac7a569 .shogun-image-content {
  
    align-items: center;
  
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569 {
  margin: 0 !important;
}

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





  img.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73aac4e4-1297-44c4-8044-fd081ac7a569 .shogun-image-content {
  
    align-items: center;
  
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73aac4e4-1297-44c4-8044-fd081ac7a569.shogun-image {
  box-sizing: border-box;
}




}
#s-f42f7239-de43-4484-96df-11304b3263b0 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f42f7239-de43-4484-96df-11304b3263b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f42f7239-de43-4484-96df-11304b3263b0 {
  margin: 0 !important;
}

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





  img.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f42f7239-de43-4484-96df-11304b3263b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f42f7239-de43-4484-96df-11304b3263b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f42f7239-de43-4484-96df-11304b3263b0 {
  margin: 0 !important;
}

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





  img.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f42f7239-de43-4484-96df-11304b3263b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f42f7239-de43-4484-96df-11304b3263b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f42f7239-de43-4484-96df-11304b3263b0 {
  margin: 0 !important;
}

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





  img.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f42f7239-de43-4484-96df-11304b3263b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f42f7239-de43-4484-96df-11304b3263b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f42f7239-de43-4484-96df-11304b3263b0 {
  margin: 0 !important;
}

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





  img.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f42f7239-de43-4484-96df-11304b3263b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f42f7239-de43-4484-96df-11304b3263b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f42f7239-de43-4484-96df-11304b3263b0 {
  margin: 0 !important;
}

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





  img.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f42f7239-de43-4484-96df-11304b3263b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42f7239-de43-4484-96df-11304b3263b0.shogun-image {
  box-sizing: border-box;
}




}
#s-90b29c02-d955-4382-966d-819950bc821b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-90b29c02-d955-4382-966d-819950bc821b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90b29c02-d955-4382-966d-819950bc821b {
  margin: 0 !important;
}

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





  img.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90b29c02-d955-4382-966d-819950bc821b .shogun-image-content {
  
    align-items: center;
  
}

.s-90b29c02-d955-4382-966d-819950bc821b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-90b29c02-d955-4382-966d-819950bc821b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90b29c02-d955-4382-966d-819950bc821b {
  margin: 0 !important;
}

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





  img.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90b29c02-d955-4382-966d-819950bc821b .shogun-image-content {
  
    align-items: center;
  
}

.s-90b29c02-d955-4382-966d-819950bc821b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-90b29c02-d955-4382-966d-819950bc821b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90b29c02-d955-4382-966d-819950bc821b {
  margin: 0 !important;
}

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





  img.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90b29c02-d955-4382-966d-819950bc821b .shogun-image-content {
  
    align-items: center;
  
}

.s-90b29c02-d955-4382-966d-819950bc821b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-90b29c02-d955-4382-966d-819950bc821b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90b29c02-d955-4382-966d-819950bc821b {
  margin: 0 !important;
}

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





  img.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90b29c02-d955-4382-966d-819950bc821b .shogun-image-content {
  
    align-items: center;
  
}

.s-90b29c02-d955-4382-966d-819950bc821b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-90b29c02-d955-4382-966d-819950bc821b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90b29c02-d955-4382-966d-819950bc821b {
  margin: 0 !important;
}

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





  img.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90b29c02-d955-4382-966d-819950bc821b .shogun-image-content {
  
    align-items: center;
  
}

.s-90b29c02-d955-4382-966d-819950bc821b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b29c02-d955-4382-966d-819950bc821b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b29c02-d955-4382-966d-819950bc821b.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-5474ccde-c256-4365-b14d-fccb62e74b1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5474ccde-c256-4365-b14d-fccb62e74b1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5474ccde-c256-4365-b14d-fccb62e74b1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5474ccde-c256-4365-b14d-fccb62e74b1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-5474ccde-c256-4365-b14d-fccb62e74b1c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a4463944-6f1e-4cb2-be21-d82653eb6800 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-a4463944-6f1e-4cb2-be21-d82653eb6800 {
  
}
}







#s-a4463944-6f1e-4cb2-be21-d82653eb6800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4463944-6f1e-4cb2-be21-d82653eb6800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0505eac8-eebe-43ad-a309-f85417f56eb0 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0505eac8-eebe-43ad-a309-f85417f56eb0:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0505eac8-eebe-43ad-a309-f85417f56eb0:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0505eac8-eebe-43ad-a309-f85417f56eb0-root {
    text-align: center;
  }


#s-0505eac8-eebe-43ad-a309-f85417f56eb0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0505eac8-eebe-43ad-a309-f85417f56eb0-root {
    text-align: center;
  }


#s-0505eac8-eebe-43ad-a309-f85417f56eb0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0505eac8-eebe-43ad-a309-f85417f56eb0-root {
    text-align: center;
  }


#s-0505eac8-eebe-43ad-a309-f85417f56eb0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0505eac8-eebe-43ad-a309-f85417f56eb0-root {
    text-align: center;
  }


#s-0505eac8-eebe-43ad-a309-f85417f56eb0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0505eac8-eebe-43ad-a309-f85417f56eb0-root {
    text-align: center;
  }


#s-0505eac8-eebe-43ad-a309-f85417f56eb0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-4e4858f9-2786-4bb3-afad-a5db341715c0 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-27479bf2-6293-4926-8a3c-55b849a11592 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-27479bf2-6293-4926-8a3c-55b849a11592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27479bf2-6293-4926-8a3c-55b849a11592"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-27479bf2-6293-4926-8a3c-55b849a11592"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-27479bf2-6293-4926-8a3c-55b849a11592"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  text-align: center;
}



.shg-image-margin-container-s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  margin: 0 !important;
}

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





  img.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
    
    
    
    
  }


.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  margin: 0 !important;
}

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





  img.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
    
    
    
    
  }


.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  margin: 0 !important;
}

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





  img.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
    
    
    
    
  }


.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  margin: 0 !important;
}

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





  img.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
    
    
    
    
  }


.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 {
  margin: 0 !important;
}

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





  img.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
    
    
    
    
  }


.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd3f171-a88f-45e2-a8a2-0fd30f1ec489.shogun-image {
  box-sizing: border-box;
}




}
#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  text-align: center;
}



.shg-image-margin-container-s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  margin: 0 !important;
}

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





  img.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
    
    
    
    
  }


.s-1afa0c82-9312-4172-b468-3f9c23732d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  margin: 0 !important;
}

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





  img.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
    
    
    
    
  }


.s-1afa0c82-9312-4172-b468-3f9c23732d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  margin: 0 !important;
}

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





  img.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
    
    
    
    
  }


.s-1afa0c82-9312-4172-b468-3f9c23732d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  margin: 0 !important;
}

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





  img.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
    
    
    
    
  }


.s-1afa0c82-9312-4172-b468-3f9c23732d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56 {
  margin: 0 !important;
}

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





  img.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
    
    
    
    
  }


.s-1afa0c82-9312-4172-b468-3f9c23732d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1afa0c82-9312-4172-b468-3f9c23732d56.shogun-image {
  box-sizing: border-box;
}




}
#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-be768307-c517-4626-aa14-f7d9a0881c9f {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin: 0 !important;
}

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





  img.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
    
    
    
    
  }


.s-be768307-c517-4626-aa14-f7d9a0881c9f .shogun-image-content {
  
    align-items: center;
  
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be768307-c517-4626-aa14-f7d9a0881c9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin: 0 !important;
}

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





  img.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
    
    
    
    
  }


.s-be768307-c517-4626-aa14-f7d9a0881c9f .shogun-image-content {
  
    align-items: center;
  
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-be768307-c517-4626-aa14-f7d9a0881c9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin: 0 !important;
}

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





  img.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
    
    
    
    
  }


.s-be768307-c517-4626-aa14-f7d9a0881c9f .shogun-image-content {
  
    align-items: center;
  
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-be768307-c517-4626-aa14-f7d9a0881c9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin: 0 !important;
}

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





  img.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
    
    
    
    
  }


.s-be768307-c517-4626-aa14-f7d9a0881c9f .shogun-image-content {
  
    align-items: center;
  
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-be768307-c517-4626-aa14-f7d9a0881c9f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f {
  margin: 0 !important;
}

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





  img.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
    
    
    
    
  }


.s-be768307-c517-4626-aa14-f7d9a0881c9f .shogun-image-content {
  
    align-items: center;
  
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be768307-c517-4626-aa14-f7d9a0881c9f.shogun-image {
  box-sizing: border-box;
}




}
#s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3 {
  display: none;
}
#s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3, #wrap-s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3 { display: none !important; }}@media (max-width: 767px){#s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3 {
  display: none;
}
#s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3, #wrap-s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9054cb1-18bb-46d0-bb64-60202d0f8dd3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  margin: 0 !important;
}

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





  img.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  margin: 0 !important;
}

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





  img.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  margin: 0 !important;
}

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





  img.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  margin: 0 !important;
}

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





  img.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 {
  margin: 0 !important;
}

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





  img.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd00a6a3-d211-4d42-acee-34a7dd7c3da5.shogun-image {
  box-sizing: border-box;
}




}
#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-78bef441-207f-4717-b9da-2e693c763fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  margin: 0 !important;
}

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





  img.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-78bef441-207f-4717-b9da-2e693c763fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-78bef441-207f-4717-b9da-2e693c763fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  margin: 0 !important;
}

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





  img.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-78bef441-207f-4717-b9da-2e693c763fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-78bef441-207f-4717-b9da-2e693c763fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  margin: 0 !important;
}

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





  img.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-78bef441-207f-4717-b9da-2e693c763fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-78bef441-207f-4717-b9da-2e693c763fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  margin: 0 !important;
}

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





  img.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-78bef441-207f-4717-b9da-2e693c763fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-78bef441-207f-4717-b9da-2e693c763fd3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78bef441-207f-4717-b9da-2e693c763fd3 {
  margin: 0 !important;
}

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





  img.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-78bef441-207f-4717-b9da-2e693c763fd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bef441-207f-4717-b9da-2e693c763fd3.shogun-image {
  box-sizing: border-box;
}




}
#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  margin: 0 !important;
}

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





  img.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c9a99d4a-f666-4179-b913-21e11e8869b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  margin: 0 !important;
}

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





  img.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c9a99d4a-f666-4179-b913-21e11e8869b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  margin: 0 !important;
}

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





  img.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c9a99d4a-f666-4179-b913-21e11e8869b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  margin: 0 !important;
}

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





  img.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c9a99d4a-f666-4179-b913-21e11e8869b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8 {
  margin: 0 !important;
}

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





  img.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c9a99d4a-f666-4179-b913-21e11e8869b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a99d4a-f666-4179-b913-21e11e8869b8.shogun-image {
  box-sizing: border-box;
}




}
#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  margin: 0 !important;
}

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





  img.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b28db536-394c-4ec4-b949-c23c56c0be63 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  margin: 0 !important;
}

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





  img.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b28db536-394c-4ec4-b949-c23c56c0be63 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  margin: 0 !important;
}

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





  img.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b28db536-394c-4ec4-b949-c23c56c0be63 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  margin: 0 !important;
}

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





  img.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b28db536-394c-4ec4-b949-c23c56c0be63 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63 {
  margin: 0 !important;
}

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





  img.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b28db536-394c-4ec4-b949-c23c56c0be63 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28db536-394c-4ec4-b949-c23c56c0be63.shogun-image {
  box-sizing: border-box;
}




}
#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  margin: 0 !important;
}

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





  img.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b .shogun-image-content {
  
    align-items: center;
  
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  margin: 0 !important;
}

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





  img.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b .shogun-image-content {
  
    align-items: center;
  
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  margin: 0 !important;
}

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





  img.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b .shogun-image-content {
  
    align-items: center;
  
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  margin: 0 !important;
}

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





  img.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b .shogun-image-content {
  
    align-items: center;
  
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b {
  margin: 0 !important;
}

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





  img.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b .shogun-image-content {
  
    align-items: center;
  
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c60e97bb-c184-43e3-80b0-bcb68b6f609b.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-b8ce6586-7f3a-447b-8a31-32b04491ab29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8ce6586-7f3a-447b-8a31-32b04491ab29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b8ce6586-7f3a-447b-8a31-32b04491ab29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8ce6586-7f3a-447b-8a31-32b04491ab29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b8ce6586-7f3a-447b-8a31-32b04491ab29"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-98493bae-e25a-49b8-b727-457a653f525b {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-98493bae-e25a-49b8-b727-457a653f525b {
  
}
}







#s-98493bae-e25a-49b8-b727-457a653f525b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98493bae-e25a-49b8-b727-457a653f525b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0750e67-c4b9-477e-8cc7-9c08437fd041 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d0750e67-c4b9-477e-8cc7-9c08437fd041:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0750e67-c4b9-477e-8cc7-9c08437fd041:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0750e67-c4b9-477e-8cc7-9c08437fd041-root {
    text-align: center;
  }


#s-d0750e67-c4b9-477e-8cc7-9c08437fd041.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0750e67-c4b9-477e-8cc7-9c08437fd041-root {
    text-align: center;
  }


#s-d0750e67-c4b9-477e-8cc7-9c08437fd041.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0750e67-c4b9-477e-8cc7-9c08437fd041-root {
    text-align: center;
  }


#s-d0750e67-c4b9-477e-8cc7-9c08437fd041.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0750e67-c4b9-477e-8cc7-9c08437fd041-root {
    text-align: center;
  }


#s-d0750e67-c4b9-477e-8cc7-9c08437fd041.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0750e67-c4b9-477e-8cc7-9c08437fd041-root {
    text-align: center;
  }


#s-d0750e67-c4b9-477e-8cc7-9c08437fd041.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-3b8dd7ed-5b88-4c95-8ff3-d60e4b492111 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-549eb385-33c9-4862-9364-1227fd635f11 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-549eb385-33c9-4862-9364-1227fd635f11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-549eb385-33c9-4862-9364-1227fd635f11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-549eb385-33c9-4862-9364-1227fd635f11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-549eb385-33c9-4862-9364-1227fd635f11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  text-align: center;
}



.shg-image-margin-container-s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  margin: 0 !important;
}

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





  img.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
    
    
    
    
  }


.s-e4044eb1-a223-40e4-b440-b879b5b170cf .shogun-image-content {
  
    align-items: center;
  
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  margin: 0 !important;
}

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





  img.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
    
    
    
    
  }


.s-e4044eb1-a223-40e4-b440-b879b5b170cf .shogun-image-content {
  
    align-items: center;
  
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  margin: 0 !important;
}

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





  img.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
    
    
    
    
  }


.s-e4044eb1-a223-40e4-b440-b879b5b170cf .shogun-image-content {
  
    align-items: center;
  
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  margin: 0 !important;
}

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





  img.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
    
    
    
    
  }


.s-e4044eb1-a223-40e4-b440-b879b5b170cf .shogun-image-content {
  
    align-items: center;
  
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf {
  margin: 0 !important;
}

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





  img.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
    
    
    
    
  }


.s-e4044eb1-a223-40e4-b440-b879b5b170cf .shogun-image-content {
  
    align-items: center;
  
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4044eb1-a223-40e4-b440-b879b5b170cf.shogun-image {
  box-sizing: border-box;
}




}
#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  text-align: center;
}



.shg-image-margin-container-s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  margin: 0 !important;
}

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





  img.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
    
    
    
    
  }


.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  margin: 0 !important;
}

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





  img.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
    
    
    
    
  }


.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  margin: 0 !important;
}

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





  img.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
    
    
    
    
  }


.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  margin: 0 !important;
}

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





  img.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
    
    
    
    
  }


.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 {
  margin: 0 !important;
}

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





  img.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
    
    
    
    
  }


.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5ea00b-e54c-45e0-bfcf-007b9929fe94.shogun-image {
  box-sizing: border-box;
}




}
#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin: 0 !important;
}

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





  img.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
    
    
    
    
  }


.s-d5170f25-cb27-40f5-88e4-8731942a23cf .shogun-image-content {
  
    align-items: center;
  
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin: 0 !important;
}

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





  img.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
    
    
    
    
  }


.s-d5170f25-cb27-40f5-88e4-8731942a23cf .shogun-image-content {
  
    align-items: center;
  
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin: 0 !important;
}

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





  img.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
    
    
    
    
  }


.s-d5170f25-cb27-40f5-88e4-8731942a23cf .shogun-image-content {
  
    align-items: center;
  
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin: 0 !important;
}

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





  img.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
    
    
    
    
  }


.s-d5170f25-cb27-40f5-88e4-8731942a23cf .shogun-image-content {
  
    align-items: center;
  
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf {
  margin: 0 !important;
}

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





  img.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
    
    
    
    
  }


.s-d5170f25-cb27-40f5-88e4-8731942a23cf .shogun-image-content {
  
    align-items: center;
  
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5170f25-cb27-40f5-88e4-8731942a23cf.shogun-image {
  box-sizing: border-box;
}




}
#s-8bac8b3f-052f-4591-b42c-499f6b53cbe7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bac8b3f-052f-4591-b42c-499f6b53cbe7 {
  display: none;
}
#s-8bac8b3f-052f-4591-b42c-499f6b53cbe7, #wrap-s-8bac8b3f-052f-4591-b42c-499f6b53cbe7 { display: none !important; }}@media (max-width: 767px){#s-8bac8b3f-052f-4591-b42c-499f6b53cbe7 {
  display: none;
}
#s-8bac8b3f-052f-4591-b42c-499f6b53cbe7, #wrap-s-8bac8b3f-052f-4591-b42c-499f6b53cbe7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8bac8b3f-052f-4591-b42c-499f6b53cbe7"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-8bac8b3f-052f-4591-b42c-499f6b53cbe7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8bac8b3f-052f-4591-b42c-499f6b53cbe7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bac8b3f-052f-4591-b42c-499f6b53cbe7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  margin: 0 !important;
}

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





  img.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9927b46f-7116-493b-a6fa-3bfbf2b43488 .shogun-image-content {
  
    align-items: center;
  
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  margin: 0 !important;
}

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





  img.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9927b46f-7116-493b-a6fa-3bfbf2b43488 .shogun-image-content {
  
    align-items: center;
  
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  margin: 0 !important;
}

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





  img.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9927b46f-7116-493b-a6fa-3bfbf2b43488 .shogun-image-content {
  
    align-items: center;
  
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  margin: 0 !important;
}

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





  img.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9927b46f-7116-493b-a6fa-3bfbf2b43488 .shogun-image-content {
  
    align-items: center;
  
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488 {
  margin: 0 !important;
}

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





  img.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9927b46f-7116-493b-a6fa-3bfbf2b43488 .shogun-image-content {
  
    align-items: center;
  
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9927b46f-7116-493b-a6fa-3bfbf2b43488.shogun-image {
  box-sizing: border-box;
}




}
#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  margin: 0 !important;
}

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





  img.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6319fd34-188c-4d40-8e15-5f65ef000ea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  margin: 0 !important;
}

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





  img.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6319fd34-188c-4d40-8e15-5f65ef000ea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  margin: 0 !important;
}

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





  img.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6319fd34-188c-4d40-8e15-5f65ef000ea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  margin: 0 !important;
}

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





  img.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6319fd34-188c-4d40-8e15-5f65ef000ea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4 {
  margin: 0 !important;
}

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





  img.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6319fd34-188c-4d40-8e15-5f65ef000ea4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6319fd34-188c-4d40-8e15-5f65ef000ea4.shogun-image {
  box-sizing: border-box;
}




}
#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  margin: 0 !important;
}

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





  img.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  margin: 0 !important;
}

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





  img.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  margin: 0 !important;
}

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





  img.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  margin: 0 !important;
}

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





  img.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 {
  margin: 0 !important;
}

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





  img.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94e03005-5e2e-4edb-8a12-809d2dc6b5d1.shogun-image {
  box-sizing: border-box;
}




}
#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  margin: 0 !important;
}

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





  img.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-96a6974d-80b4-45c3-8911-17d14f0e3936 .shogun-image-content {
  
    align-items: center;
  
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  margin: 0 !important;
}

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





  img.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-96a6974d-80b4-45c3-8911-17d14f0e3936 .shogun-image-content {
  
    align-items: center;
  
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  margin: 0 !important;
}

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





  img.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-96a6974d-80b4-45c3-8911-17d14f0e3936 .shogun-image-content {
  
    align-items: center;
  
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  margin: 0 !important;
}

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





  img.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-96a6974d-80b4-45c3-8911-17d14f0e3936 .shogun-image-content {
  
    align-items: center;
  
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936 {
  margin: 0 !important;
}

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





  img.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-96a6974d-80b4-45c3-8911-17d14f0e3936 .shogun-image-content {
  
    align-items: center;
  
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a6974d-80b4-45c3-8911-17d14f0e3936.shogun-image {
  box-sizing: border-box;
}




}
#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  margin: 0 !important;
}

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





  img.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  margin: 0 !important;
}

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





  img.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  margin: 0 !important;
}

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





  img.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  margin: 0 !important;
}

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





  img.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 {
  margin: 0 !important;
}

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





  img.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc123d-2f60-464d-82cf-ca5bfe5f4b06.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-f0d29e66-d800-489b-b0b6-b0c8d1d317e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0d29e66-d800-489b-b0b6-b0c8d1d317e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f0d29e66-d800-489b-b0b6-b0c8d1d317e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0d29e66-d800-489b-b0b6-b0c8d1d317e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-f0d29e66-d800-489b-b0b6-b0c8d1d317e7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1fe0503-a369-484e-b2c5-fb3d8fcbcce5 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-a1fe0503-a369-484e-b2c5-fb3d8fcbcce5 {
  
}
}







#s-a1fe0503-a369-484e-b2c5-fb3d8fcbcce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1fe0503-a369-484e-b2c5-fb3d8fcbcce5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa-root {
    text-align: center;
  }


#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa-root {
    text-align: center;
  }


#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa-root {
    text-align: center;
  }


#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa-root {
    text-align: center;
  }


#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa-root {
    text-align: center;
  }


#s-cbc26ed9-d48d-42ec-b86b-9201a69a66aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-f20f788d-9107-4efe-8bbf-ae7eb1f43aaa {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin: 0 !important;
}

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





  img.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
    
    
    
    
  }


.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin: 0 !important;
}

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





  img.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
    
    
    
    
  }


.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin: 0 !important;
}

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





  img.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
    
    
    
    
  }


.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin: 0 !important;
}

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





  img.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
    
    
    
    
  }


.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 {
  margin: 0 !important;
}

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





  img.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
    
    
    
    
  }


.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19eabd6b-6c4a-42d1-a306-9ad7e446dfc2.shogun-image {
  box-sizing: border-box;
}




}
#s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd {
  display: none;
}
#s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd, #wrap-s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd { display: none !important; }}@media (max-width: 767px){#s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd {
  display: none;
}
#s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd, #wrap-s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a5224a3-c6e6-43e3-a68d-ccd79f1d75cd"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  margin: 0 !important;
}

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





  img.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  margin: 0 !important;
}

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





  img.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  margin: 0 !important;
}

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





  img.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  margin: 0 !important;
}

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





  img.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 {
  margin: 0 !important;
}

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





  img.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdc5cc3-8e89-4d4d-8dbe-36eae98941b8.shogun-image {
  box-sizing: border-box;
}




}
#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  margin: 0 !important;
}

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





  img.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  margin: 0 !important;
}

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





  img.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  margin: 0 !important;
}

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





  img.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  margin: 0 !important;
}

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





  img.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d {
  margin: 0 !important;
}

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





  img.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3a4a6b-1e52-4b39-bb52-ad15279abe5d.shogun-image {
  box-sizing: border-box;
}




}
#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  margin: 0 !important;
}

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





  img.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f56d5116-956c-429a-aa37-20a5f1262d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  margin: 0 !important;
}

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





  img.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f56d5116-956c-429a-aa37-20a5f1262d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  margin: 0 !important;
}

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





  img.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f56d5116-956c-429a-aa37-20a5f1262d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  margin: 0 !important;
}

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





  img.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f56d5116-956c-429a-aa37-20a5f1262d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47 {
  margin: 0 !important;
}

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





  img.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f56d5116-956c-429a-aa37-20a5f1262d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f56d5116-956c-429a-aa37-20a5f1262d47.shogun-image {
  box-sizing: border-box;
}




}
#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  margin: 0 !important;
}

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





  img.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5ab58c83-0cf0-4573-83b3-b38a7053124f .shogun-image-content {
  
    align-items: center;
  
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  margin: 0 !important;
}

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





  img.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5ab58c83-0cf0-4573-83b3-b38a7053124f .shogun-image-content {
  
    align-items: center;
  
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  margin: 0 !important;
}

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





  img.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5ab58c83-0cf0-4573-83b3-b38a7053124f .shogun-image-content {
  
    align-items: center;
  
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  margin: 0 !important;
}

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





  img.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5ab58c83-0cf0-4573-83b3-b38a7053124f .shogun-image-content {
  
    align-items: center;
  
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f {
  margin: 0 !important;
}

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





  img.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5ab58c83-0cf0-4573-83b3-b38a7053124f .shogun-image-content {
  
    align-items: center;
  
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab58c83-0cf0-4573-83b3-b38a7053124f.shogun-image {
  box-sizing: border-box;
}




}
#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  margin: 0 !important;
}

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





  img.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  margin: 0 !important;
}

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





  img.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  margin: 0 !important;
}

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





  img.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  margin: 0 !important;
}

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





  img.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a {
  margin: 0 !important;
}

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





  img.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d1cf402-90f8-4f91-8421-46a7f7f3f23a.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-81be5546-8c6b-47d9-9fc9-585d67eedfa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81be5546-8c6b-47d9-9fc9-585d67eedfa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-81be5546-8c6b-47d9-9fc9-585d67eedfa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-81be5546-8c6b-47d9-9fc9-585d67eedfa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-81be5546-8c6b-47d9-9fc9-585d67eedfa1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-14f3a83f-37dc-4242-9319-2a54223c431e {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-14f3a83f-37dc-4242-9319-2a54223c431e {
  
}
}







#s-14f3a83f-37dc-4242-9319-2a54223c431e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14f3a83f-37dc-4242-9319-2a54223c431e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-957714e1-b84c-402f-914b-c0e56f19dab5 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-957714e1-b84c-402f-914b-c0e56f19dab5:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-957714e1-b84c-402f-914b-c0e56f19dab5:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-957714e1-b84c-402f-914b-c0e56f19dab5-root {
    text-align: center;
  }


#s-957714e1-b84c-402f-914b-c0e56f19dab5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-957714e1-b84c-402f-914b-c0e56f19dab5-root {
    text-align: center;
  }


#s-957714e1-b84c-402f-914b-c0e56f19dab5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-957714e1-b84c-402f-914b-c0e56f19dab5-root {
    text-align: center;
  }


#s-957714e1-b84c-402f-914b-c0e56f19dab5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-957714e1-b84c-402f-914b-c0e56f19dab5-root {
    text-align: center;
  }


#s-957714e1-b84c-402f-914b-c0e56f19dab5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-957714e1-b84c-402f-914b-c0e56f19dab5-root {
    text-align: center;
  }


#s-957714e1-b84c-402f-914b-c0e56f19dab5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-2a15e3b7-09cd-4d5f-8433-8d555ca67bb3 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-5f46f6c9-9483-412f-88b5-be88fdbdc950 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-5f46f6c9-9483-412f-88b5-be88fdbdc950"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f46f6c9-9483-412f-88b5-be88fdbdc950"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f46f6c9-9483-412f-88b5-be88fdbdc950"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f46f6c9-9483-412f-88b5-be88fdbdc950"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  text-align: center;
}



.shg-image-margin-container-s-82f5a4e9-8247-4411-8453-2c803cda384a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  margin: 0 !important;
}

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





  img.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
    
    
    
    
  }


.s-82f5a4e9-8247-4411-8453-2c803cda384a .shogun-image-content {
  
    align-items: center;
  
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-82f5a4e9-8247-4411-8453-2c803cda384a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  margin: 0 !important;
}

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





  img.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
    
    
    
    
  }


.s-82f5a4e9-8247-4411-8453-2c803cda384a .shogun-image-content {
  
    align-items: center;
  
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-82f5a4e9-8247-4411-8453-2c803cda384a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  margin: 0 !important;
}

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





  img.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
    
    
    
    
  }


.s-82f5a4e9-8247-4411-8453-2c803cda384a .shogun-image-content {
  
    align-items: center;
  
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-82f5a4e9-8247-4411-8453-2c803cda384a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  margin: 0 !important;
}

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





  img.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
    
    
    
    
  }


.s-82f5a4e9-8247-4411-8453-2c803cda384a .shogun-image-content {
  
    align-items: center;
  
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-82f5a4e9-8247-4411-8453-2c803cda384a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a {
  margin: 0 !important;
}

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





  img.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
    
    
    
    
  }


.s-82f5a4e9-8247-4411-8453-2c803cda384a .shogun-image-content {
  
    align-items: center;
  
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82f5a4e9-8247-4411-8453-2c803cda384a.shogun-image {
  box-sizing: border-box;
}




}
#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  text-align: center;
}



.shg-image-margin-container-s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  margin: 0 !important;
}

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





  img.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
    
    
    
    
  }


.s-7c5eeade-6265-4bd5-9ac4-353dce085d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  margin: 0 !important;
}

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





  img.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
    
    
    
    
  }


.s-7c5eeade-6265-4bd5-9ac4-353dce085d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  margin: 0 !important;
}

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





  img.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
    
    
    
    
  }


.s-7c5eeade-6265-4bd5-9ac4-353dce085d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  margin: 0 !important;
}

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





  img.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
    
    
    
    
  }


.s-7c5eeade-6265-4bd5-9ac4-353dce085d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22 {
  margin: 0 !important;
}

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





  img.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
    
    
    
    
  }


.s-7c5eeade-6265-4bd5-9ac4-353dce085d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5eeade-6265-4bd5-9ac4-353dce085d22.shogun-image {
  box-sizing: border-box;
}




}
#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin: 0 !important;
}

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





  img.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
    
    
    
    
  }


.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin: 0 !important;
}

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





  img.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
    
    
    
    
  }


.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin: 0 !important;
}

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





  img.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
    
    
    
    
  }


.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin: 0 !important;
}

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





  img.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
    
    
    
    
  }


.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 {
  margin: 0 !important;
}

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





  img.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
    
    
    
    
  }


.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0145eb3d-5f2b-4a7c-a5a2-e4eda9a8aaa2.shogun-image {
  box-sizing: border-box;
}




}
#s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98 {
  display: none;
}
#s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98, #wrap-s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98 { display: none !important; }}@media (max-width: 767px){#s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98 {
  display: none;
}
#s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98, #wrap-s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98 { display: none !important; }}
@media (min-width: 0px) {
[id="s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-063a0c7f-3020-4c5c-9d5a-58e662fcfc98"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  margin: 0 !important;
}

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





  img.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 .shogun-image-content {
  
    align-items: center;
  
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  margin: 0 !important;
}

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





  img.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 .shogun-image-content {
  
    align-items: center;
  
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  margin: 0 !important;
}

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





  img.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 .shogun-image-content {
  
    align-items: center;
  
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  margin: 0 !important;
}

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





  img.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 .shogun-image-content {
  
    align-items: center;
  
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 {
  margin: 0 !important;
}

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





  img.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89 .shogun-image-content {
  
    align-items: center;
  
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d46fbc43-8ad7-4cad-8b68-b9f8f7f62c89.shogun-image {
  box-sizing: border-box;
}




}
#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  margin: 0 !important;
}

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





  img.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  margin: 0 !important;
}

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





  img.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  margin: 0 !important;
}

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





  img.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  margin: 0 !important;
}

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





  img.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 {
  margin: 0 !important;
}

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





  img.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e4e22-df40-44db-9c77-9b9e1cd66d57.shogun-image {
  box-sizing: border-box;
}




}
#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  margin: 0 !important;
}

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





  img.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  margin: 0 !important;
}

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





  img.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  margin: 0 !important;
}

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





  img.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  margin: 0 !important;
}

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





  img.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 {
  margin: 0 !important;
}

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





  img.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3bda40-4e3a-4530-ac2b-324e76c38bc8.shogun-image {
  box-sizing: border-box;
}




}
#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  margin: 0 !important;
}

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





  img.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e .shogun-image-content {
  
    align-items: center;
  
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  margin: 0 !important;
}

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





  img.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e .shogun-image-content {
  
    align-items: center;
  
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  margin: 0 !important;
}

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





  img.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e .shogun-image-content {
  
    align-items: center;
  
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  margin: 0 !important;
}

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





  img.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e .shogun-image-content {
  
    align-items: center;
  
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e {
  margin: 0 !important;
}

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





  img.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e .shogun-image-content {
  
    align-items: center;
  
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84937fd7-7bbe-44b1-96e2-6f4367b1a47e.shogun-image {
  box-sizing: border-box;
}




}
#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  margin: 0 !important;
}

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





  img.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  margin: 0 !important;
}

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





  img.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  margin: 0 !important;
}

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





  img.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  margin: 0 !important;
}

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





  img.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa {
  margin: 0 !important;
}

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





  img.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30aaacb1-1467-4fd4-81c5-202f43ee3eaa.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-faed6ba0-a2ee-4ebb-a4fc-7d468ee2ceff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faed6ba0-a2ee-4ebb-a4fc-7d468ee2ceff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-faed6ba0-a2ee-4ebb-a4fc-7d468ee2ceff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-faed6ba0-a2ee-4ebb-a4fc-7d468ee2ceff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-faed6ba0-a2ee-4ebb-a4fc-7d468ee2ceff"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-442a3906-18a2-46a6-aec6-12a9e3ad7a64 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-442a3906-18a2-46a6-aec6-12a9e3ad7a64 {
  
}
}







#s-442a3906-18a2-46a6-aec6-12a9e3ad7a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-442a3906-18a2-46a6-aec6-12a9e3ad7a64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823ad792-ae30-498d-86b9-a6f8ec031780 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-823ad792-ae30-498d-86b9-a6f8ec031780:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-823ad792-ae30-498d-86b9-a6f8ec031780:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-823ad792-ae30-498d-86b9-a6f8ec031780-root {
    text-align: center;
  }


#s-823ad792-ae30-498d-86b9-a6f8ec031780.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-823ad792-ae30-498d-86b9-a6f8ec031780-root {
    text-align: center;
  }


#s-823ad792-ae30-498d-86b9-a6f8ec031780.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-823ad792-ae30-498d-86b9-a6f8ec031780-root {
    text-align: center;
  }


#s-823ad792-ae30-498d-86b9-a6f8ec031780.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-823ad792-ae30-498d-86b9-a6f8ec031780-root {
    text-align: center;
  }


#s-823ad792-ae30-498d-86b9-a6f8ec031780.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-823ad792-ae30-498d-86b9-a6f8ec031780-root {
    text-align: center;
  }


#s-823ad792-ae30-498d-86b9-a6f8ec031780.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-aaa7fd8c-448d-4ce4-8d30-b69b55145312 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-f4604491-46a2-4d58-8693-56869bf0c663 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin: 0 !important;
}

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





  img.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
    
    
    
    
  }


.s-f4604491-46a2-4d58-8693-56869bf0c663 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f4604491-46a2-4d58-8693-56869bf0c663 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin: 0 !important;
}

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





  img.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
    
    
    
    
  }


.s-f4604491-46a2-4d58-8693-56869bf0c663 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f4604491-46a2-4d58-8693-56869bf0c663 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin: 0 !important;
}

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





  img.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
    
    
    
    
  }


.s-f4604491-46a2-4d58-8693-56869bf0c663 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f4604491-46a2-4d58-8693-56869bf0c663 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin: 0 !important;
}

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





  img.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
    
    
    
    
  }


.s-f4604491-46a2-4d58-8693-56869bf0c663 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f4604491-46a2-4d58-8693-56869bf0c663 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4604491-46a2-4d58-8693-56869bf0c663 {
  margin: 0 !important;
}

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





  img.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
    
    
    
    
  }


.s-f4604491-46a2-4d58-8693-56869bf0c663 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4604491-46a2-4d58-8693-56869bf0c663.shogun-image {
  box-sizing: border-box;
}




}
#s-8ec2743d-30fd-4074-b5a8-8d45052290c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ec2743d-30fd-4074-b5a8-8d45052290c8 {
  display: none;
}
#s-8ec2743d-30fd-4074-b5a8-8d45052290c8, #wrap-s-8ec2743d-30fd-4074-b5a8-8d45052290c8 { display: none !important; }}@media (max-width: 767px){#s-8ec2743d-30fd-4074-b5a8-8d45052290c8 {
  display: none;
}
#s-8ec2743d-30fd-4074-b5a8-8d45052290c8, #wrap-s-8ec2743d-30fd-4074-b5a8-8d45052290c8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ec2743d-30fd-4074-b5a8-8d45052290c8"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-8ec2743d-30fd-4074-b5a8-8d45052290c8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8ec2743d-30fd-4074-b5a8-8d45052290c8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ec2743d-30fd-4074-b5a8-8d45052290c8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  margin: 0 !important;
}

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





  img.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 .shogun-image-content {
  
    align-items: center;
  
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  margin: 0 !important;
}

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





  img.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 .shogun-image-content {
  
    align-items: center;
  
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  margin: 0 !important;
}

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





  img.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 .shogun-image-content {
  
    align-items: center;
  
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  margin: 0 !important;
}

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





  img.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 .shogun-image-content {
  
    align-items: center;
  
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 {
  margin: 0 !important;
}

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





  img.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006 .shogun-image-content {
  
    align-items: center;
  
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b02f5b-3b9c-49aa-8ed5-ea4742b15006.shogun-image {
  box-sizing: border-box;
}




}
#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  margin: 0 !important;
}

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





  img.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-baa16006-587e-4676-b590-1e4c8c17ec01 .shogun-image-content {
  
    align-items: center;
  
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  margin: 0 !important;
}

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





  img.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-baa16006-587e-4676-b590-1e4c8c17ec01 .shogun-image-content {
  
    align-items: center;
  
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  margin: 0 !important;
}

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





  img.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-baa16006-587e-4676-b590-1e4c8c17ec01 .shogun-image-content {
  
    align-items: center;
  
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  margin: 0 !important;
}

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





  img.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-baa16006-587e-4676-b590-1e4c8c17ec01 .shogun-image-content {
  
    align-items: center;
  
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01 {
  margin: 0 !important;
}

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





  img.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-baa16006-587e-4676-b590-1e4c8c17ec01 .shogun-image-content {
  
    align-items: center;
  
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baa16006-587e-4676-b590-1e4c8c17ec01.shogun-image {
  box-sizing: border-box;
}




}
#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  margin: 0 !important;
}

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





  img.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-033ebef5-8aae-42c9-bef9-c71792af3714 .shogun-image-content {
  
    align-items: center;
  
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  margin: 0 !important;
}

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





  img.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-033ebef5-8aae-42c9-bef9-c71792af3714 .shogun-image-content {
  
    align-items: center;
  
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  margin: 0 !important;
}

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





  img.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-033ebef5-8aae-42c9-bef9-c71792af3714 .shogun-image-content {
  
    align-items: center;
  
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  margin: 0 !important;
}

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





  img.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-033ebef5-8aae-42c9-bef9-c71792af3714 .shogun-image-content {
  
    align-items: center;
  
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714 {
  margin: 0 !important;
}

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





  img.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-033ebef5-8aae-42c9-bef9-c71792af3714 .shogun-image-content {
  
    align-items: center;
  
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033ebef5-8aae-42c9-bef9-c71792af3714.shogun-image {
  box-sizing: border-box;
}




}
#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  margin: 0 !important;
}

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





  img.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f97bc718-c632-4f50-b6d7-4c72314caab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  margin: 0 !important;
}

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





  img.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f97bc718-c632-4f50-b6d7-4c72314caab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  margin: 0 !important;
}

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





  img.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f97bc718-c632-4f50-b6d7-4c72314caab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  margin: 0 !important;
}

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





  img.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f97bc718-c632-4f50-b6d7-4c72314caab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2 {
  margin: 0 !important;
}

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





  img.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f97bc718-c632-4f50-b6d7-4c72314caab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97bc718-c632-4f50-b6d7-4c72314caab2.shogun-image {
  box-sizing: border-box;
}




}
#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  margin: 0 !important;
}

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





  img.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7a951b02-6743-4bb4-ab90-47e381e7dee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  margin: 0 !important;
}

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





  img.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7a951b02-6743-4bb4-ab90-47e381e7dee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  margin: 0 !important;
}

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





  img.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7a951b02-6743-4bb4-ab90-47e381e7dee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  margin: 0 !important;
}

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





  img.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7a951b02-6743-4bb4-ab90-47e381e7dee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8 {
  margin: 0 !important;
}

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





  img.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7a951b02-6743-4bb4-ab90-47e381e7dee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a951b02-6743-4bb4-ab90-47e381e7dee8.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-7a3b1d02-a662-47de-971a-e94d02a3fae1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a3b1d02-a662-47de-971a-e94d02a3fae1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7a3b1d02-a662-47de-971a-e94d02a3fae1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a3b1d02-a662-47de-971a-e94d02a3fae1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a3b1d02-a662-47de-971a-e94d02a3fae1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a20a02d-c441-42a0-b762-2ec214ff7bd9 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-6a20a02d-c441-42a0-b762-2ec214ff7bd9 {
  
}
}







#s-6a20a02d-c441-42a0-b762-2ec214ff7bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a20a02d-c441-42a0-b762-2ec214ff7bd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963-root {
    text-align: center;
  }


#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963-root {
    text-align: center;
  }


#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963-root {
    text-align: center;
  }


#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963-root {
    text-align: center;
  }


#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963-root {
    text-align: center;
  }


#s-ba6de5a4-9cd9-4d4e-9814-3ea0c2dcf963.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-aae81a1a-8c3e-47e9-976a-f087ef45156f {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-b304036e-6085-4e7d-a7bf-910e590abd9e {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b304036e-6085-4e7d-a7bf-910e590abd9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b304036e-6085-4e7d-a7bf-910e590abd9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b304036e-6085-4e7d-a7bf-910e590abd9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b304036e-6085-4e7d-a7bf-910e590abd9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  text-align: center;
}



.shg-image-margin-container-s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  margin: 0 !important;
}

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





  img.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
    
    
    
    
  }


.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  margin: 0 !important;
}

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





  img.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
    
    
    
    
  }


.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  margin: 0 !important;
}

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





  img.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
    
    
    
    
  }


.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  margin: 0 !important;
}

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





  img.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
    
    
    
    
  }


.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f {
  margin: 0 !important;
}

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





  img.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
    
    
    
    
  }


.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18e98b8-5593-41dd-8ab0-c828cd558c0f.shogun-image {
  box-sizing: border-box;
}




}
#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  text-align: center;
}



.shg-image-margin-container-s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  margin: 0 !important;
}

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





  img.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
    
    
    
    
  }


.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  margin: 0 !important;
}

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





  img.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
    
    
    
    
  }


.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  margin: 0 !important;
}

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





  img.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
    
    
    
    
  }


.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  margin: 0 !important;
}

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





  img.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
    
    
    
    
  }


.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 {
  margin: 0 !important;
}

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





  img.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
    
    
    
    
  }


.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b0ad15d-401c-46f5-a2e7-6a7d03bda614.shogun-image {
  box-sizing: border-box;
}




}
#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin: 0 !important;
}

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





  img.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
    
    
    
    
  }


.s-00703edb-98f4-4bc8-8781-f7d075c21bce .shogun-image-content {
  
    align-items: center;
  
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin: 0 !important;
}

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





  img.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
    
    
    
    
  }


.s-00703edb-98f4-4bc8-8781-f7d075c21bce .shogun-image-content {
  
    align-items: center;
  
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin: 0 !important;
}

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





  img.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
    
    
    
    
  }


.s-00703edb-98f4-4bc8-8781-f7d075c21bce .shogun-image-content {
  
    align-items: center;
  
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin: 0 !important;
}

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





  img.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
    
    
    
    
  }


.s-00703edb-98f4-4bc8-8781-f7d075c21bce .shogun-image-content {
  
    align-items: center;
  
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce {
  margin: 0 !important;
}

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





  img.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
    
    
    
    
  }


.s-00703edb-98f4-4bc8-8781-f7d075c21bce .shogun-image-content {
  
    align-items: center;
  
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00703edb-98f4-4bc8-8781-f7d075c21bce.shogun-image {
  box-sizing: border-box;
}




}
#s-0e647c86-5333-4474-a283-a2dfc2c4b3be {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e647c86-5333-4474-a283-a2dfc2c4b3be {
  display: none;
}
#s-0e647c86-5333-4474-a283-a2dfc2c4b3be, #wrap-s-0e647c86-5333-4474-a283-a2dfc2c4b3be { display: none !important; }}@media (max-width: 767px){#s-0e647c86-5333-4474-a283-a2dfc2c4b3be {
  display: none;
}
#s-0e647c86-5333-4474-a283-a2dfc2c4b3be, #wrap-s-0e647c86-5333-4474-a283-a2dfc2c4b3be { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e647c86-5333-4474-a283-a2dfc2c4b3be"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-0e647c86-5333-4474-a283-a2dfc2c4b3be"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-0e647c86-5333-4474-a283-a2dfc2c4b3be"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e647c86-5333-4474-a283-a2dfc2c4b3be"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  margin: 0 !important;
}

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





  img.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  margin: 0 !important;
}

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





  img.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  margin: 0 !important;
}

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





  img.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  margin: 0 !important;
}

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





  img.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 {
  margin: 0 !important;
}

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





  img.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6850fa6-20c6-4e6c-a61a-55af8ddbfc68.shogun-image {
  box-sizing: border-box;
}




}
#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  margin: 0 !important;
}

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





  img.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  margin: 0 !important;
}

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





  img.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  margin: 0 !important;
}

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





  img.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  margin: 0 !important;
}

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





  img.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f {
  margin: 0 !important;
}

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





  img.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31bf5d9-81de-4bac-a84d-a32c58e3bd0f.shogun-image {
  box-sizing: border-box;
}




}
#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  margin: 0 !important;
}

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





  img.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9deda7c8-7c45-4b16-bf32-788eb18f005c .shogun-image-content {
  
    align-items: center;
  
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  margin: 0 !important;
}

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





  img.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9deda7c8-7c45-4b16-bf32-788eb18f005c .shogun-image-content {
  
    align-items: center;
  
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  margin: 0 !important;
}

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





  img.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9deda7c8-7c45-4b16-bf32-788eb18f005c .shogun-image-content {
  
    align-items: center;
  
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  margin: 0 !important;
}

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





  img.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9deda7c8-7c45-4b16-bf32-788eb18f005c .shogun-image-content {
  
    align-items: center;
  
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c {
  margin: 0 !important;
}

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





  img.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9deda7c8-7c45-4b16-bf32-788eb18f005c .shogun-image-content {
  
    align-items: center;
  
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9deda7c8-7c45-4b16-bf32-788eb18f005c.shogun-image {
  box-sizing: border-box;
}




}
#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  margin: 0 !important;
}

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





  img.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f5eb7f87-543e-4ba7-b0b7-179aac140177 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  margin: 0 !important;
}

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





  img.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f5eb7f87-543e-4ba7-b0b7-179aac140177 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  margin: 0 !important;
}

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





  img.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f5eb7f87-543e-4ba7-b0b7-179aac140177 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  margin: 0 !important;
}

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





  img.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f5eb7f87-543e-4ba7-b0b7-179aac140177 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177 {
  margin: 0 !important;
}

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





  img.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f5eb7f87-543e-4ba7-b0b7-179aac140177 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb7f87-543e-4ba7-b0b7-179aac140177.shogun-image {
  box-sizing: border-box;
}




}
#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  margin: 0 !important;
}

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





  img.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f53a0d6e-3e95-4646-a026-4805f40fba23 .shogun-image-content {
  
    align-items: center;
  
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  margin: 0 !important;
}

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





  img.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f53a0d6e-3e95-4646-a026-4805f40fba23 .shogun-image-content {
  
    align-items: center;
  
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  margin: 0 !important;
}

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





  img.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f53a0d6e-3e95-4646-a026-4805f40fba23 .shogun-image-content {
  
    align-items: center;
  
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  margin: 0 !important;
}

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





  img.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f53a0d6e-3e95-4646-a026-4805f40fba23 .shogun-image-content {
  
    align-items: center;
  
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23 {
  margin: 0 !important;
}

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





  img.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f53a0d6e-3e95-4646-a026-4805f40fba23 .shogun-image-content {
  
    align-items: center;
  
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53a0d6e-3e95-4646-a026-4805f40fba23.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-7781b94d-165b-458f-94de-6e39dc823017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7781b94d-165b-458f-94de-6e39dc823017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7781b94d-165b-458f-94de-6e39dc823017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7781b94d-165b-458f-94de-6e39dc823017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-7781b94d-165b-458f-94de-6e39dc823017"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c31ccaab-51b0-4cc1-9180-0624d00edeca {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-c31ccaab-51b0-4cc1-9180-0624d00edeca {
  
}
}







#s-c31ccaab-51b0-4cc1-9180-0624d00edeca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c31ccaab-51b0-4cc1-9180-0624d00edeca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d55264a-0368-45f9-aad7-dd1ccfad4478 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-5d55264a-0368-45f9-aad7-dd1ccfad4478:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d55264a-0368-45f9-aad7-dd1ccfad4478:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d55264a-0368-45f9-aad7-dd1ccfad4478-root {
    text-align: center;
  }


#s-5d55264a-0368-45f9-aad7-dd1ccfad4478.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d55264a-0368-45f9-aad7-dd1ccfad4478-root {
    text-align: center;
  }


#s-5d55264a-0368-45f9-aad7-dd1ccfad4478.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d55264a-0368-45f9-aad7-dd1ccfad4478-root {
    text-align: center;
  }


#s-5d55264a-0368-45f9-aad7-dd1ccfad4478.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d55264a-0368-45f9-aad7-dd1ccfad4478-root {
    text-align: center;
  }


#s-5d55264a-0368-45f9-aad7-dd1ccfad4478.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d55264a-0368-45f9-aad7-dd1ccfad4478-root {
    text-align: center;
  }


#s-5d55264a-0368-45f9-aad7-dd1ccfad4478.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-c3229110-9d10-47a8-963c-373f2c470016 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-5fdaabd1-7d7c-412c-abe5-180ea2579414 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-5fdaabd1-7d7c-412c-abe5-180ea2579414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fdaabd1-7d7c-412c-abe5-180ea2579414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5fdaabd1-7d7c-412c-abe5-180ea2579414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fdaabd1-7d7c-412c-abe5-180ea2579414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  text-align: center;
}



.shg-image-margin-container-s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  margin: 0 !important;
}

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





  img.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
    
    
    
    
  }


.s-db5145dc-3b67-4257-bd9d-164cd475e9d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  margin: 0 !important;
}

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





  img.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
    
    
    
    
  }


.s-db5145dc-3b67-4257-bd9d-164cd475e9d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  margin: 0 !important;
}

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





  img.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
    
    
    
    
  }


.s-db5145dc-3b67-4257-bd9d-164cd475e9d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  margin: 0 !important;
}

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





  img.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
    
    
    
    
  }


.s-db5145dc-3b67-4257-bd9d-164cd475e9d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8 {
  margin: 0 !important;
}

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





  img.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
    
    
    
    
  }


.s-db5145dc-3b67-4257-bd9d-164cd475e9d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db5145dc-3b67-4257-bd9d-164cd475e9d8.shogun-image {
  box-sizing: border-box;
}




}
#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  text-align: center;
}



.shg-image-margin-container-s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  margin: 0 !important;
}

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





  img.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
    
    
    
    
  }


.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b .shogun-image-content {
  
    align-items: center;
  
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  margin: 0 !important;
}

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





  img.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
    
    
    
    
  }


.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b .shogun-image-content {
  
    align-items: center;
  
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  margin: 0 !important;
}

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





  img.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
    
    
    
    
  }


.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b .shogun-image-content {
  
    align-items: center;
  
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  margin: 0 !important;
}

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





  img.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
    
    
    
    
  }


.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b .shogun-image-content {
  
    align-items: center;
  
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b {
  margin: 0 !important;
}

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





  img.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
    
    
    
    
  }


.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b .shogun-image-content {
  
    align-items: center;
  
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23a1b7d0-ad66-4fe0-b8e1-0937bcf7500b.shogun-image {
  box-sizing: border-box;
}




}
#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin: 0 !important;
}

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





  img.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
    
    
    
    
  }


.s-b0bb39e3-986c-44dc-82b8-6f636b546acf .shogun-image-content {
  
    align-items: center;
  
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin: 0 !important;
}

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





  img.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
    
    
    
    
  }


.s-b0bb39e3-986c-44dc-82b8-6f636b546acf .shogun-image-content {
  
    align-items: center;
  
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin: 0 !important;
}

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





  img.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
    
    
    
    
  }


.s-b0bb39e3-986c-44dc-82b8-6f636b546acf .shogun-image-content {
  
    align-items: center;
  
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin: 0 !important;
}

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





  img.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
    
    
    
    
  }


.s-b0bb39e3-986c-44dc-82b8-6f636b546acf .shogun-image-content {
  
    align-items: center;
  
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf {
  margin: 0 !important;
}

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





  img.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
    
    
    
    
  }


.s-b0bb39e3-986c-44dc-82b8-6f636b546acf .shogun-image-content {
  
    align-items: center;
  
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0bb39e3-986c-44dc-82b8-6f636b546acf.shogun-image {
  box-sizing: border-box;
}




}
#s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7 {
  display: none;
}
#s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7, #wrap-s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7 { display: none !important; }}@media (max-width: 767px){#s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7 {
  display: none;
}
#s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7, #wrap-s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-a287704c-7c9f-4495-b8c1-f2db2d1d3cb7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  margin: 0 !important;
}

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





  img.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae .shogun-image-content {
  
    align-items: center;
  
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  margin: 0 !important;
}

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





  img.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae .shogun-image-content {
  
    align-items: center;
  
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  margin: 0 !important;
}

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





  img.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae .shogun-image-content {
  
    align-items: center;
  
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  margin: 0 !important;
}

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





  img.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae .shogun-image-content {
  
    align-items: center;
  
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae {
  margin: 0 !important;
}

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





  img.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae .shogun-image-content {
  
    align-items: center;
  
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4badda4b-9a0b-45cb-b1cd-d8e35151ddae.shogun-image {
  box-sizing: border-box;
}




}
#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  margin: 0 !important;
}

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





  img.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3f81252f-2687-4c7f-8f54-5934bc093409 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  margin: 0 !important;
}

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





  img.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3f81252f-2687-4c7f-8f54-5934bc093409 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  margin: 0 !important;
}

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





  img.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3f81252f-2687-4c7f-8f54-5934bc093409 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  margin: 0 !important;
}

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





  img.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3f81252f-2687-4c7f-8f54-5934bc093409 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409 {
  margin: 0 !important;
}

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





  img.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3f81252f-2687-4c7f-8f54-5934bc093409 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f81252f-2687-4c7f-8f54-5934bc093409.shogun-image {
  box-sizing: border-box;
}




}
#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-2958803c-71d3-4255-b38f-57390f9b5426 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  margin: 0 !important;
}

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





  img.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2958803c-71d3-4255-b38f-57390f9b5426 .shogun-image-content {
  
    align-items: center;
  
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2958803c-71d3-4255-b38f-57390f9b5426 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  margin: 0 !important;
}

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





  img.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2958803c-71d3-4255-b38f-57390f9b5426 .shogun-image-content {
  
    align-items: center;
  
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2958803c-71d3-4255-b38f-57390f9b5426 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  margin: 0 !important;
}

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





  img.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2958803c-71d3-4255-b38f-57390f9b5426 .shogun-image-content {
  
    align-items: center;
  
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2958803c-71d3-4255-b38f-57390f9b5426 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  margin: 0 !important;
}

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





  img.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2958803c-71d3-4255-b38f-57390f9b5426 .shogun-image-content {
  
    align-items: center;
  
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2958803c-71d3-4255-b38f-57390f9b5426 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2958803c-71d3-4255-b38f-57390f9b5426 {
  margin: 0 !important;
}

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





  img.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-2958803c-71d3-4255-b38f-57390f9b5426 .shogun-image-content {
  
    align-items: center;
  
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2958803c-71d3-4255-b38f-57390f9b5426.shogun-image {
  box-sizing: border-box;
}




}
#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  margin: 0 !important;
}

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





  img.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b .shogun-image-content {
  
    align-items: center;
  
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  margin: 0 !important;
}

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





  img.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b .shogun-image-content {
  
    align-items: center;
  
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  margin: 0 !important;
}

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





  img.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b .shogun-image-content {
  
    align-items: center;
  
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  margin: 0 !important;
}

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





  img.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b .shogun-image-content {
  
    align-items: center;
  
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b {
  margin: 0 !important;
}

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





  img.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b .shogun-image-content {
  
    align-items: center;
  
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd066ac-fc2d-4021-84d0-9fc9c35c919b.shogun-image {
  box-sizing: border-box;
}




}
#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  margin: 0 !important;
}

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





  img.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-61bf029c-4e7e-4107-8e07-36ed751fee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  margin: 0 !important;
}

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





  img.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-61bf029c-4e7e-4107-8e07-36ed751fee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  margin: 0 !important;
}

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





  img.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-61bf029c-4e7e-4107-8e07-36ed751fee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  margin: 0 !important;
}

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





  img.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-61bf029c-4e7e-4107-8e07-36ed751fee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71 {
  margin: 0 !important;
}

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





  img.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-61bf029c-4e7e-4107-8e07-36ed751fee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61bf029c-4e7e-4107-8e07-36ed751fee71.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-ee074383-cac7-4c54-8f5e-29a27bb63598"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee074383-cac7-4c54-8f5e-29a27bb63598"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ee074383-cac7-4c54-8f5e-29a27bb63598"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee074383-cac7-4c54-8f5e-29a27bb63598"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-ee074383-cac7-4c54-8f5e-29a27bb63598"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-15804f7b-3804-4ac2-8261-e75d9ecd2a56 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-15804f7b-3804-4ac2-8261-e75d9ecd2a56 {
  
}
}







#s-15804f7b-3804-4ac2-8261-e75d9ecd2a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15804f7b-3804-4ac2-8261-e75d9ecd2a56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4-root {
    text-align: center;
  }


#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4-root {
    text-align: center;
  }


#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4-root {
    text-align: center;
  }


#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4-root {
    text-align: center;
  }


#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4-root {
    text-align: center;
  }


#s-b8b2b3c8-a9cb-42ca-be8d-a3ffc0f1cff4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-54cbf3f8-c576-41d7-b082-4f397255d634 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-42f991c9-2177-43b1-990b-eea2683b9c0e {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-42f991c9-2177-43b1-990b-eea2683b9c0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f991c9-2177-43b1-990b-eea2683b9c0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42f991c9-2177-43b1-990b-eea2683b9c0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f991c9-2177-43b1-990b-eea2683b9c0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  text-align: center;
}



.shg-image-margin-container-s-499a4053-1de6-4939-8cd6-504ec118b795 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  margin: 0 !important;
}

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





  img.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
    
    
    
    
  }


.s-499a4053-1de6-4939-8cd6-504ec118b795 .shogun-image-content {
  
    align-items: center;
  
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-499a4053-1de6-4939-8cd6-504ec118b795 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  margin: 0 !important;
}

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





  img.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
    
    
    
    
  }


.s-499a4053-1de6-4939-8cd6-504ec118b795 .shogun-image-content {
  
    align-items: center;
  
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-499a4053-1de6-4939-8cd6-504ec118b795 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  margin: 0 !important;
}

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





  img.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
    
    
    
    
  }


.s-499a4053-1de6-4939-8cd6-504ec118b795 .shogun-image-content {
  
    align-items: center;
  
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-499a4053-1de6-4939-8cd6-504ec118b795 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  margin: 0 !important;
}

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





  img.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
    
    
    
    
  }


.s-499a4053-1de6-4939-8cd6-504ec118b795 .shogun-image-content {
  
    align-items: center;
  
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-499a4053-1de6-4939-8cd6-504ec118b795 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-499a4053-1de6-4939-8cd6-504ec118b795 {
  margin: 0 !important;
}

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





  img.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
    
    
    
    
  }


.s-499a4053-1de6-4939-8cd6-504ec118b795 .shogun-image-content {
  
    align-items: center;
  
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499a4053-1de6-4939-8cd6-504ec118b795.shogun-image {
  box-sizing: border-box;
}




}
#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  text-align: center;
}



.shg-image-margin-container-s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  margin: 0 !important;
}

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





  img.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
    
    
    
    
  }


.s-a350cf1c-cc49-4995-9ffd-c78c4f847772 .shogun-image-content {
  
    align-items: center;
  
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  margin: 0 !important;
}

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





  img.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
    
    
    
    
  }


.s-a350cf1c-cc49-4995-9ffd-c78c4f847772 .shogun-image-content {
  
    align-items: center;
  
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  margin: 0 !important;
}

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





  img.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
    
    
    
    
  }


.s-a350cf1c-cc49-4995-9ffd-c78c4f847772 .shogun-image-content {
  
    align-items: center;
  
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  margin: 0 !important;
}

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





  img.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
    
    
    
    
  }


.s-a350cf1c-cc49-4995-9ffd-c78c4f847772 .shogun-image-content {
  
    align-items: center;
  
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772 {
  margin: 0 !important;
}

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





  img.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
    
    
    
    
  }


.s-a350cf1c-cc49-4995-9ffd-c78c4f847772 .shogun-image-content {
  
    align-items: center;
  
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350cf1c-cc49-4995-9ffd-c78c4f847772.shogun-image {
  box-sizing: border-box;
}




}
#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin: 0 !important;
}

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





  img.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
    
    
    
    
  }


.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin: 0 !important;
}

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





  img.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
    
    
    
    
  }


.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin: 0 !important;
}

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





  img.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
    
    
    
    
  }


.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin: 0 !important;
}

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





  img.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
    
    
    
    
  }


.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 {
  margin: 0 !important;
}

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





  img.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
    
    
    
    
  }


.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9832916e-eeb8-4f4e-a726-d47e2113f2e1.shogun-image {
  box-sizing: border-box;
}




}
#s-fb30a022-8c2c-471b-829c-13a8964d88ea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb30a022-8c2c-471b-829c-13a8964d88ea {
  display: none;
}
#s-fb30a022-8c2c-471b-829c-13a8964d88ea, #wrap-s-fb30a022-8c2c-471b-829c-13a8964d88ea { display: none !important; }}@media (max-width: 767px){#s-fb30a022-8c2c-471b-829c-13a8964d88ea {
  display: none;
}
#s-fb30a022-8c2c-471b-829c-13a8964d88ea, #wrap-s-fb30a022-8c2c-471b-829c-13a8964d88ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-fb30a022-8c2c-471b-829c-13a8964d88ea"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-fb30a022-8c2c-471b-829c-13a8964d88ea"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fb30a022-8c2c-471b-829c-13a8964d88ea"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb30a022-8c2c-471b-829c-13a8964d88ea"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  margin: 0 !important;
}

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





  img.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b5b95425-d6b6-4721-8510-e7eb4a31f688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  margin: 0 !important;
}

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





  img.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b5b95425-d6b6-4721-8510-e7eb4a31f688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  margin: 0 !important;
}

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





  img.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b5b95425-d6b6-4721-8510-e7eb4a31f688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  margin: 0 !important;
}

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





  img.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b5b95425-d6b6-4721-8510-e7eb4a31f688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688 {
  margin: 0 !important;
}

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





  img.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b5b95425-d6b6-4721-8510-e7eb4a31f688 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b95425-d6b6-4721-8510-e7eb4a31f688.shogun-image {
  box-sizing: border-box;
}




}
#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  margin: 0 !important;
}

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





  img.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  margin: 0 !important;
}

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





  img.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  margin: 0 !important;
}

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





  img.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  margin: 0 !important;
}

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





  img.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 {
  margin: 0 !important;
}

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





  img.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024bf0b4-d19d-4bcc-a75e-8d9f50346a54.shogun-image {
  box-sizing: border-box;
}




}
#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  margin: 0 !important;
}

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





  img.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  margin: 0 !important;
}

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





  img.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  margin: 0 !important;
}

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





  img.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  margin: 0 !important;
}

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





  img.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 {
  margin: 0 !important;
}

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





  img.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51f3e50-9fa0-4f3f-8ab8-d8af210b1ec9.shogun-image {
  box-sizing: border-box;
}




}
#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  margin: 0 !important;
}

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





  img.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  margin: 0 !important;
}

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





  img.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  margin: 0 !important;
}

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





  img.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  margin: 0 !important;
}

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





  img.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc {
  margin: 0 !important;
}

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





  img.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f25d8260-b225-4bda-b1fd-a9b0e6f422cc.shogun-image {
  box-sizing: border-box;
}




}
#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  margin: 0 !important;
}

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





  img.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-21a3eb0c-b44a-4851-b1c1-21539ea79229 .shogun-image-content {
  
    align-items: center;
  
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  margin: 0 !important;
}

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





  img.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-21a3eb0c-b44a-4851-b1c1-21539ea79229 .shogun-image-content {
  
    align-items: center;
  
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  margin: 0 !important;
}

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





  img.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-21a3eb0c-b44a-4851-b1c1-21539ea79229 .shogun-image-content {
  
    align-items: center;
  
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  margin: 0 !important;
}

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





  img.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-21a3eb0c-b44a-4851-b1c1-21539ea79229 .shogun-image-content {
  
    align-items: center;
  
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229 {
  margin: 0 !important;
}

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





  img.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-21a3eb0c-b44a-4851-b1c1-21539ea79229 .shogun-image-content {
  
    align-items: center;
  
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a3eb0c-b44a-4851-b1c1-21539ea79229.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-1d843307-a4ff-4ecd-81f2-478212104c27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d843307-a4ff-4ecd-81f2-478212104c27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1d843307-a4ff-4ecd-81f2-478212104c27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d843307-a4ff-4ecd-81f2-478212104c27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-1d843307-a4ff-4ecd-81f2-478212104c27"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-665bf347-4124-4419-8bad-4c13bc1f8896 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-665bf347-4124-4419-8bad-4c13bc1f8896 {
  
}
}







#s-665bf347-4124-4419-8bad-4c13bc1f8896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-665bf347-4124-4419-8bad-4c13bc1f8896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd151f55-b1b9-4cb3-9894-5663f09d9f26-root {
    text-align: center;
  }


#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd151f55-b1b9-4cb3-9894-5663f09d9f26-root {
    text-align: center;
  }


#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd151f55-b1b9-4cb3-9894-5663f09d9f26-root {
    text-align: center;
  }


#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd151f55-b1b9-4cb3-9894-5663f09d9f26-root {
    text-align: center;
  }


#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd151f55-b1b9-4cb3-9894-5663f09d9f26-root {
    text-align: center;
  }


#s-fd151f55-b1b9-4cb3-9894-5663f09d9f26.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-eaf944e6-af3e-4f47-8bef-2bde95a630ec {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-9b5b5a3b-525c-4644-b2b0-70f04118aa2a {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9b5b5a3b-525c-4644-b2b0-70f04118aa2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b5b5a3b-525c-4644-b2b0-70f04118aa2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b5b5a3b-525c-4644-b2b0-70f04118aa2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b5b5a3b-525c-4644-b2b0-70f04118aa2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  text-align: center;
}



.shg-image-margin-container-s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  margin: 0 !important;
}

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





  img.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
    
    
    
    
  }


.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  margin: 0 !important;
}

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





  img.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
    
    
    
    
  }


.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  margin: 0 !important;
}

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





  img.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
    
    
    
    
  }


.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  margin: 0 !important;
}

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





  img.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
    
    
    
    
  }


.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f {
  margin: 0 !important;
}

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





  img.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
    
    
    
    
  }


.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1718cb-2cca-408e-a3c0-ec61e1398d0f.shogun-image {
  box-sizing: border-box;
}




}
#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  text-align: center;
}



.shg-image-margin-container-s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  margin: 0 !important;
}

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





  img.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
    
    
    
    
  }


.s-aa0296ac-ec6f-4e03-8dbe-745305570242 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  margin: 0 !important;
}

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





  img.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
    
    
    
    
  }


.s-aa0296ac-ec6f-4e03-8dbe-745305570242 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  margin: 0 !important;
}

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





  img.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
    
    
    
    
  }


.s-aa0296ac-ec6f-4e03-8dbe-745305570242 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  margin: 0 !important;
}

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





  img.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
    
    
    
    
  }


.s-aa0296ac-ec6f-4e03-8dbe-745305570242 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242 {
  margin: 0 !important;
}

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





  img.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
    
    
    
    
  }


.s-aa0296ac-ec6f-4e03-8dbe-745305570242 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0296ac-ec6f-4e03-8dbe-745305570242.shogun-image {
  box-sizing: border-box;
}




}
#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin: 0 !important;
}

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





  img.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
    
    
    
    
  }


.s-0e77fab4-af5e-4858-8353-3eafe6dc712d .shogun-image-content {
  
    align-items: center;
  
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin: 0 !important;
}

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





  img.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
    
    
    
    
  }


.s-0e77fab4-af5e-4858-8353-3eafe6dc712d .shogun-image-content {
  
    align-items: center;
  
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin: 0 !important;
}

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





  img.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
    
    
    
    
  }


.s-0e77fab4-af5e-4858-8353-3eafe6dc712d .shogun-image-content {
  
    align-items: center;
  
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin: 0 !important;
}

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





  img.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
    
    
    
    
  }


.s-0e77fab4-af5e-4858-8353-3eafe6dc712d .shogun-image-content {
  
    align-items: center;
  
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d {
  margin: 0 !important;
}

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





  img.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
    
    
    
    
  }


.s-0e77fab4-af5e-4858-8353-3eafe6dc712d .shogun-image-content {
  
    align-items: center;
  
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e77fab4-af5e-4858-8353-3eafe6dc712d.shogun-image {
  box-sizing: border-box;
}




}
#s-74641cff-c3da-48e0-8500-184668967220 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-74641cff-c3da-48e0-8500-184668967220 {
  display: none;
}
#s-74641cff-c3da-48e0-8500-184668967220, #wrap-s-74641cff-c3da-48e0-8500-184668967220 { display: none !important; }}@media (max-width: 767px){#s-74641cff-c3da-48e0-8500-184668967220 {
  display: none;
}
#s-74641cff-c3da-48e0-8500-184668967220, #wrap-s-74641cff-c3da-48e0-8500-184668967220 { display: none !important; }}
@media (min-width: 0px) {
[id="s-74641cff-c3da-48e0-8500-184668967220"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-74641cff-c3da-48e0-8500-184668967220"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-74641cff-c3da-48e0-8500-184668967220"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-74641cff-c3da-48e0-8500-184668967220"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  margin: 0 !important;
}

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





  img.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  margin: 0 !important;
}

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





  img.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  margin: 0 !important;
}

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





  img.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  margin: 0 !important;
}

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





  img.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b {
  margin: 0 !important;
}

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





  img.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c4fe303-4b18-4b23-81a7-e50b8269bf3b.shogun-image {
  box-sizing: border-box;
}




}
#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  margin: 0 !important;
}

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





  img.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e94cd686-0653-48ff-b89b-2ff48f50af42 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  margin: 0 !important;
}

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





  img.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e94cd686-0653-48ff-b89b-2ff48f50af42 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  margin: 0 !important;
}

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





  img.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e94cd686-0653-48ff-b89b-2ff48f50af42 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  margin: 0 !important;
}

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





  img.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e94cd686-0653-48ff-b89b-2ff48f50af42 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42 {
  margin: 0 !important;
}

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





  img.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e94cd686-0653-48ff-b89b-2ff48f50af42 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94cd686-0653-48ff-b89b-2ff48f50af42.shogun-image {
  box-sizing: border-box;
}




}
#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  margin: 0 !important;
}

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





  img.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8ec06643-4def-4d72-9d12-e9af0eedd578 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  margin: 0 !important;
}

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





  img.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8ec06643-4def-4d72-9d12-e9af0eedd578 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  margin: 0 !important;
}

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





  img.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8ec06643-4def-4d72-9d12-e9af0eedd578 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  margin: 0 !important;
}

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





  img.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8ec06643-4def-4d72-9d12-e9af0eedd578 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578 {
  margin: 0 !important;
}

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





  img.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-8ec06643-4def-4d72-9d12-e9af0eedd578 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec06643-4def-4d72-9d12-e9af0eedd578.shogun-image {
  box-sizing: border-box;
}




}
#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  margin: 0 !important;
}

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





  img.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  margin: 0 !important;
}

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





  img.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  margin: 0 !important;
}

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





  img.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  margin: 0 !important;
}

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





  img.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 {
  margin: 0 !important;
}

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





  img.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c9ff77-80fd-44a6-be23-b9dd38c39e58.shogun-image {
  box-sizing: border-box;
}




}
#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  margin: 0 !important;
}

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





  img.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec .shogun-image-content {
  
    align-items: center;
  
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  margin: 0 !important;
}

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





  img.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec .shogun-image-content {
  
    align-items: center;
  
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  margin: 0 !important;
}

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





  img.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec .shogun-image-content {
  
    align-items: center;
  
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  margin: 0 !important;
}

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





  img.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec .shogun-image-content {
  
    align-items: center;
  
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec {
  margin: 0 !important;
}

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





  img.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec .shogun-image-content {
  
    align-items: center;
  
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9126b57f-2fc4-4889-b30f-e590cc0ee0ec.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-241f1596-20ee-490a-bdfb-eca570e74f81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-241f1596-20ee-490a-bdfb-eca570e74f81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-241f1596-20ee-490a-bdfb-eca570e74f81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-241f1596-20ee-490a-bdfb-eca570e74f81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-241f1596-20ee-490a-bdfb-eca570e74f81"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81233663-5a70-4ff5-9499-eee3b52fde0a {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-81233663-5a70-4ff5-9499-eee3b52fde0a {
  
}
}







#s-81233663-5a70-4ff5-9499-eee3b52fde0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81233663-5a70-4ff5-9499-eee3b52fde0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb8102f9-61ad-4daf-9a77-250116386e20 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-cb8102f9-61ad-4daf-9a77-250116386e20:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb8102f9-61ad-4daf-9a77-250116386e20:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cb8102f9-61ad-4daf-9a77-250116386e20-root {
    text-align: center;
  }


#s-cb8102f9-61ad-4daf-9a77-250116386e20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb8102f9-61ad-4daf-9a77-250116386e20-root {
    text-align: center;
  }


#s-cb8102f9-61ad-4daf-9a77-250116386e20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb8102f9-61ad-4daf-9a77-250116386e20-root {
    text-align: center;
  }


#s-cb8102f9-61ad-4daf-9a77-250116386e20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb8102f9-61ad-4daf-9a77-250116386e20-root {
    text-align: center;
  }


#s-cb8102f9-61ad-4daf-9a77-250116386e20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb8102f9-61ad-4daf-9a77-250116386e20-root {
    text-align: center;
  }


#s-cb8102f9-61ad-4daf-9a77-250116386e20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-64ed5ebc-ba4d-468b-8f25-cb5976c8bf80 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-b476b266-3694-4015-ad0c-9b56004ae582 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b476b266-3694-4015-ad0c-9b56004ae582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b476b266-3694-4015-ad0c-9b56004ae582"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b476b266-3694-4015-ad0c-9b56004ae582"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b476b266-3694-4015-ad0c-9b56004ae582"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  text-align: center;
}



.shg-image-margin-container-s-62b43a20-e01e-4102-9763-b3c30825c51a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  margin: 0 !important;
}

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





  img.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
    
    
    
    
  }


.s-62b43a20-e01e-4102-9763-b3c30825c51a .shogun-image-content {
  
    align-items: center;
  
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-62b43a20-e01e-4102-9763-b3c30825c51a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  margin: 0 !important;
}

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





  img.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
    
    
    
    
  }


.s-62b43a20-e01e-4102-9763-b3c30825c51a .shogun-image-content {
  
    align-items: center;
  
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-62b43a20-e01e-4102-9763-b3c30825c51a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  margin: 0 !important;
}

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





  img.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
    
    
    
    
  }


.s-62b43a20-e01e-4102-9763-b3c30825c51a .shogun-image-content {
  
    align-items: center;
  
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-62b43a20-e01e-4102-9763-b3c30825c51a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  margin: 0 !important;
}

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





  img.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
    
    
    
    
  }


.s-62b43a20-e01e-4102-9763-b3c30825c51a .shogun-image-content {
  
    align-items: center;
  
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-62b43a20-e01e-4102-9763-b3c30825c51a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a {
  margin: 0 !important;
}

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





  img.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
    
    
    
    
  }


.s-62b43a20-e01e-4102-9763-b3c30825c51a .shogun-image-content {
  
    align-items: center;
  
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b43a20-e01e-4102-9763-b3c30825c51a.shogun-image {
  box-sizing: border-box;
}




}
#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  text-align: center;
}



.shg-image-margin-container-s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  margin: 0 !important;
}

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





  img.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
    
    
    
    
  }


.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  margin: 0 !important;
}

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





  img.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
    
    
    
    
  }


.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  margin: 0 !important;
}

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





  img.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
    
    
    
    
  }


.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  margin: 0 !important;
}

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





  img.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
    
    
    
    
  }


.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 {
  margin: 0 !important;
}

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





  img.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
    
    
    
    
  }


.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b77c0a-75d6-44b3-a720-9c6c625efc44.shogun-image {
  box-sizing: border-box;
}




}
#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin: 0 !important;
}

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





  img.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
    
    
    
    
  }


.s-a1da29b8-e326-4383-a6f2-fb586749bbee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin: 0 !important;
}

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





  img.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
    
    
    
    
  }


.s-a1da29b8-e326-4383-a6f2-fb586749bbee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin: 0 !important;
}

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





  img.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
    
    
    
    
  }


.s-a1da29b8-e326-4383-a6f2-fb586749bbee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin: 0 !important;
}

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





  img.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
    
    
    
    
  }


.s-a1da29b8-e326-4383-a6f2-fb586749bbee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee {
  margin: 0 !important;
}

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





  img.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
    
    
    
    
  }


.s-a1da29b8-e326-4383-a6f2-fb586749bbee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1da29b8-e326-4383-a6f2-fb586749bbee.shogun-image {
  box-sizing: border-box;
}




}
#s-db874787-74a9-4833-b3f3-59067686ecc6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-db874787-74a9-4833-b3f3-59067686ecc6 {
  display: none;
}
#s-db874787-74a9-4833-b3f3-59067686ecc6, #wrap-s-db874787-74a9-4833-b3f3-59067686ecc6 { display: none !important; }}@media (max-width: 767px){#s-db874787-74a9-4833-b3f3-59067686ecc6 {
  display: none;
}
#s-db874787-74a9-4833-b3f3-59067686ecc6, #wrap-s-db874787-74a9-4833-b3f3-59067686ecc6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-db874787-74a9-4833-b3f3-59067686ecc6"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-db874787-74a9-4833-b3f3-59067686ecc6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-db874787-74a9-4833-b3f3-59067686ecc6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-db874787-74a9-4833-b3f3-59067686ecc6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  margin: 0 !important;
}

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





  img.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b91903fe-209c-4569-babd-eda4ebe69a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  margin: 0 !important;
}

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





  img.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b91903fe-209c-4569-babd-eda4ebe69a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  margin: 0 !important;
}

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





  img.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b91903fe-209c-4569-babd-eda4ebe69a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  margin: 0 !important;
}

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





  img.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b91903fe-209c-4569-babd-eda4ebe69a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c {
  margin: 0 !important;
}

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





  img.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b91903fe-209c-4569-babd-eda4ebe69a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91903fe-209c-4569-babd-eda4ebe69a2c.shogun-image {
  box-sizing: border-box;
}




}
#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  margin: 0 !important;
}

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





  img.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  margin: 0 !important;
}

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





  img.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  margin: 0 !important;
}

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





  img.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  margin: 0 !important;
}

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





  img.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a {
  margin: 0 !important;
}

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





  img.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b6ec18a-38de-4996-b9c8-be1e7fc55e7a.shogun-image {
  box-sizing: border-box;
}




}
#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  margin: 0 !important;
}

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





  img.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5805b689-79ec-4da8-928a-330ad7b8b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  margin: 0 !important;
}

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





  img.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5805b689-79ec-4da8-928a-330ad7b8b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  margin: 0 !important;
}

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





  img.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5805b689-79ec-4da8-928a-330ad7b8b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  margin: 0 !important;
}

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





  img.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5805b689-79ec-4da8-928a-330ad7b8b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd {
  margin: 0 !important;
}

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





  img.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5805b689-79ec-4da8-928a-330ad7b8b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5805b689-79ec-4da8-928a-330ad7b8b6bd.shogun-image {
  box-sizing: border-box;
}




}
#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  margin: 0 !important;
}

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





  img.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b44bc83-8a94-495d-a623-0c77c5865080 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  margin: 0 !important;
}

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





  img.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b44bc83-8a94-495d-a623-0c77c5865080 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  margin: 0 !important;
}

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





  img.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b44bc83-8a94-495d-a623-0c77c5865080 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  margin: 0 !important;
}

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





  img.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b44bc83-8a94-495d-a623-0c77c5865080 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080 {
  margin: 0 !important;
}

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





  img.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b44bc83-8a94-495d-a623-0c77c5865080 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b44bc83-8a94-495d-a623-0c77c5865080.shogun-image {
  box-sizing: border-box;
}




}
#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  margin: 0 !important;
}

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





  img.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 .shogun-image-content {
  
    align-items: center;
  
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  margin: 0 !important;
}

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





  img.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 .shogun-image-content {
  
    align-items: center;
  
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  margin: 0 !important;
}

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





  img.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 .shogun-image-content {
  
    align-items: center;
  
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  margin: 0 !important;
}

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





  img.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 .shogun-image-content {
  
    align-items: center;
  
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 {
  margin: 0 !important;
}

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





  img.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885 .shogun-image-content {
  
    align-items: center;
  
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716ee08c-f1e8-4b9d-a4ec-cf262da9d885.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-7ef917cc-338d-4062-97ec-71712da4fd6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ef917cc-338d-4062-97ec-71712da4fd6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7ef917cc-338d-4062-97ec-71712da4fd6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ef917cc-338d-4062-97ec-71712da4fd6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ef917cc-338d-4062-97ec-71712da4fd6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1f5ef67-5a85-4ec9-a7c2-03cac746cd0e {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-a1f5ef67-5a85-4ec9-a7c2-03cac746cd0e {
  
}
}







#s-a1f5ef67-5a85-4ec9-a7c2-03cac746cd0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1f5ef67-5a85-4ec9-a7c2-03cac746cd0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-205ec10b-55a1-477a-93f3-fbb4cc6a4349-root {
    text-align: center;
  }


#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-205ec10b-55a1-477a-93f3-fbb4cc6a4349-root {
    text-align: center;
  }


#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-205ec10b-55a1-477a-93f3-fbb4cc6a4349-root {
    text-align: center;
  }


#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-205ec10b-55a1-477a-93f3-fbb4cc6a4349-root {
    text-align: center;
  }


#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-205ec10b-55a1-477a-93f3-fbb4cc6a4349-root {
    text-align: center;
  }


#s-205ec10b-55a1-477a-93f3-fbb4cc6a4349.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5b9da554-c0fa-43c2-94ad-9c30bb6ad1e4 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-3dbdd783-54fc-422b-91a6-9a94a7b18b5d {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-3dbdd783-54fc-422b-91a6-9a94a7b18b5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dbdd783-54fc-422b-91a6-9a94a7b18b5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3dbdd783-54fc-422b-91a6-9a94a7b18b5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dbdd783-54fc-422b-91a6-9a94a7b18b5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  text-align: center;
}



.shg-image-margin-container-s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  margin: 0 !important;
}

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





  img.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
    
    
    
    
  }


.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  margin: 0 !important;
}

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





  img.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
    
    
    
    
  }


.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  margin: 0 !important;
}

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





  img.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
    
    
    
    
  }


.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  margin: 0 !important;
}

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





  img.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
    
    
    
    
  }


.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 {
  margin: 0 !important;
}

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





  img.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
    
    
    
    
  }


.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4a4d45-d8f2-42d5-9329-a19e0d130c19.shogun-image {
  box-sizing: border-box;
}




}
#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  text-align: center;
}



.shg-image-margin-container-s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  margin: 0 !important;
}

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





  img.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
    
    
    
    
  }


.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  margin: 0 !important;
}

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





  img.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
    
    
    
    
  }


.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  margin: 0 !important;
}

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





  img.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
    
    
    
    
  }


.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  margin: 0 !important;
}

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





  img.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
    
    
    
    
  }


.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 {
  margin: 0 !important;
}

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





  img.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
    
    
    
    
  }


.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90 .shogun-image-content {
  
    align-items: center;
  
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beaf32c4-bf0d-4b34-a3c5-2b3a46fd5c90.shogun-image {
  box-sizing: border-box;
}




}
#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin: 0 !important;
}

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





  img.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
    
    
    
    
  }


.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 .shogun-image-content {
  
    align-items: center;
  
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin: 0 !important;
}

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





  img.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
    
    
    
    
  }


.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 .shogun-image-content {
  
    align-items: center;
  
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin: 0 !important;
}

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





  img.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
    
    
    
    
  }


.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 .shogun-image-content {
  
    align-items: center;
  
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin: 0 !important;
}

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





  img.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
    
    
    
    
  }


.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 .shogun-image-content {
  
    align-items: center;
  
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 {
  margin: 0 !important;
}

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





  img.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
    
    
    
    
  }


.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976 .shogun-image-content {
  
    align-items: center;
  
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389c2ec7-2c50-4a74-beaa-e6ee29e53976.shogun-image {
  box-sizing: border-box;
}




}
#s-df07e53d-9040-4fd2-b238-b306acd76938 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-df07e53d-9040-4fd2-b238-b306acd76938 {
  display: none;
}
#s-df07e53d-9040-4fd2-b238-b306acd76938, #wrap-s-df07e53d-9040-4fd2-b238-b306acd76938 { display: none !important; }}@media (max-width: 767px){#s-df07e53d-9040-4fd2-b238-b306acd76938 {
  display: none;
}
#s-df07e53d-9040-4fd2-b238-b306acd76938, #wrap-s-df07e53d-9040-4fd2-b238-b306acd76938 { display: none !important; }}
@media (min-width: 0px) {
[id="s-df07e53d-9040-4fd2-b238-b306acd76938"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-df07e53d-9040-4fd2-b238-b306acd76938"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-df07e53d-9040-4fd2-b238-b306acd76938"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-df07e53d-9040-4fd2-b238-b306acd76938"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  margin: 0 !important;
}

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





  img.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 .shogun-image-content {
  
    align-items: center;
  
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  margin: 0 !important;
}

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





  img.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 .shogun-image-content {
  
    align-items: center;
  
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  margin: 0 !important;
}

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





  img.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 .shogun-image-content {
  
    align-items: center;
  
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  margin: 0 !important;
}

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





  img.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 .shogun-image-content {
  
    align-items: center;
  
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 {
  margin: 0 !important;
}

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





  img.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05 .shogun-image-content {
  
    align-items: center;
  
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c5f6ea-25bf-408b-a0f9-5a60eac06c05.shogun-image {
  box-sizing: border-box;
}




}
#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  margin: 0 !important;
}

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





  img.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fb578da3-25f1-410c-b845-c09b71d03fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  margin: 0 !important;
}

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





  img.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fb578da3-25f1-410c-b845-c09b71d03fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  margin: 0 !important;
}

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





  img.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fb578da3-25f1-410c-b845-c09b71d03fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  margin: 0 !important;
}

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





  img.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fb578da3-25f1-410c-b845-c09b71d03fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd {
  margin: 0 !important;
}

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





  img.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-fb578da3-25f1-410c-b845-c09b71d03fbd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb578da3-25f1-410c-b845-c09b71d03fbd.shogun-image {
  box-sizing: border-box;
}




}
#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  margin: 0 !important;
}

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





  img.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 .shogun-image-content {
  
    align-items: center;
  
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  margin: 0 !important;
}

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





  img.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 .shogun-image-content {
  
    align-items: center;
  
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  margin: 0 !important;
}

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





  img.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 .shogun-image-content {
  
    align-items: center;
  
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  margin: 0 !important;
}

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





  img.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 .shogun-image-content {
  
    align-items: center;
  
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 {
  margin: 0 !important;
}

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





  img.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78 .shogun-image-content {
  
    align-items: center;
  
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b9f8f9-dc52-4e28-a0f7-96b8b99efb78.shogun-image {
  box-sizing: border-box;
}




}
#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  margin: 0 !important;
}

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





  img.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0979c830-3a45-4c4a-81b9-c301e8321ca9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  margin: 0 !important;
}

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





  img.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0979c830-3a45-4c4a-81b9-c301e8321ca9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  margin: 0 !important;
}

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





  img.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0979c830-3a45-4c4a-81b9-c301e8321ca9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  margin: 0 !important;
}

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





  img.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0979c830-3a45-4c4a-81b9-c301e8321ca9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9 {
  margin: 0 !important;
}

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





  img.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0979c830-3a45-4c4a-81b9-c301e8321ca9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0979c830-3a45-4c4a-81b9-c301e8321ca9.shogun-image {
  box-sizing: border-box;
}




}
#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  margin: 0 !important;
}

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





  img.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8a41494-44b9-4943-8a25-dcda87f68e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  margin: 0 !important;
}

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





  img.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8a41494-44b9-4943-8a25-dcda87f68e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  margin: 0 !important;
}

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





  img.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8a41494-44b9-4943-8a25-dcda87f68e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  margin: 0 !important;
}

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





  img.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8a41494-44b9-4943-8a25-dcda87f68e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81 {
  margin: 0 !important;
}

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





  img.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b8a41494-44b9-4943-8a25-dcda87f68e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a41494-44b9-4943-8a25-dcda87f68e81.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-9cfa3f8a-2484-4b4b-b9d0-5c20ba9fa224"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cfa3f8a-2484-4b4b-b9d0-5c20ba9fa224"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9cfa3f8a-2484-4b4b-b9d0-5c20ba9fa224"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cfa3f8a-2484-4b4b-b9d0-5c20ba9fa224"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-9cfa3f8a-2484-4b4b-b9d0-5c20ba9fa224"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c8f35ca1-b9aa-4f59-a871-3f7b8b7e9dfb {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-c8f35ca1-b9aa-4f59-a871-3f7b8b7e9dfb {
  
}
}







#s-c8f35ca1-b9aa-4f59-a871-3f7b8b7e9dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8f35ca1-b9aa-4f59-a871-3f7b8b7e9dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a-root {
    text-align: center;
  }


#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a-root {
    text-align: center;
  }


#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a-root {
    text-align: center;
  }


#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a-root {
    text-align: center;
  }


#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a-root {
    text-align: center;
  }


#s-c70f1fc3-2bb0-437b-8c5f-ef6fdfa9a35a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5e426f95-9c07-4aee-a734-2561c306014e {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-6dc4c4e9-277b-4626-855e-adbbbeb0a117 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6dc4c4e9-277b-4626-855e-adbbbeb0a117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc4c4e9-277b-4626-855e-adbbbeb0a117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc4c4e9-277b-4626-855e-adbbbeb0a117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc4c4e9-277b-4626-855e-adbbbeb0a117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  text-align: center;
}



.shg-image-margin-container-s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  margin: 0 !important;
}

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





  img.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
    
    
    
    
  }


.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb .shogun-image-content {
  
    align-items: center;
  
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  margin: 0 !important;
}

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





  img.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
    
    
    
    
  }


.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb .shogun-image-content {
  
    align-items: center;
  
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  margin: 0 !important;
}

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





  img.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
    
    
    
    
  }


.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb .shogun-image-content {
  
    align-items: center;
  
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  margin: 0 !important;
}

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





  img.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
    
    
    
    
  }


.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb .shogun-image-content {
  
    align-items: center;
  
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb {
  margin: 0 !important;
}

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





  img.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
    
    
    
    
  }


.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb .shogun-image-content {
  
    align-items: center;
  
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0774332-eda0-43d6-8d7e-e9d14cd0cedb.shogun-image {
  box-sizing: border-box;
}




}
#s-918ff129-9b60-473f-9f14-517f44feae73 {
  text-align: center;
}



.shg-image-margin-container-s-918ff129-9b60-473f-9f14-517f44feae73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918ff129-9b60-473f-9f14-517f44feae73 {
  margin: 0 !important;
}

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





  img.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
    
    
    
    
  }


.s-918ff129-9b60-473f-9f14-517f44feae73 .shogun-image-content {
  
    align-items: center;
  
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-918ff129-9b60-473f-9f14-517f44feae73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918ff129-9b60-473f-9f14-517f44feae73 {
  margin: 0 !important;
}

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





  img.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
    
    
    
    
  }


.s-918ff129-9b60-473f-9f14-517f44feae73 .shogun-image-content {
  
    align-items: center;
  
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-918ff129-9b60-473f-9f14-517f44feae73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918ff129-9b60-473f-9f14-517f44feae73 {
  margin: 0 !important;
}

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





  img.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
    
    
    
    
  }


.s-918ff129-9b60-473f-9f14-517f44feae73 .shogun-image-content {
  
    align-items: center;
  
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-918ff129-9b60-473f-9f14-517f44feae73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918ff129-9b60-473f-9f14-517f44feae73 {
  margin: 0 !important;
}

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





  img.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
    
    
    
    
  }


.s-918ff129-9b60-473f-9f14-517f44feae73 .shogun-image-content {
  
    align-items: center;
  
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-918ff129-9b60-473f-9f14-517f44feae73 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918ff129-9b60-473f-9f14-517f44feae73 {
  margin: 0 !important;
}

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





  img.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
    
    
    
    
  }


.s-918ff129-9b60-473f-9f14-517f44feae73 .shogun-image-content {
  
    align-items: center;
  
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ff129-9b60-473f-9f14-517f44feae73.shogun-image {
  box-sizing: border-box;
}




}
#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin: 0 !important;
}

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





  img.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
    
    
    
    
  }


.s-851f690b-beb6-452d-b4e2-1fd81a002521 .shogun-image-content {
  
    align-items: center;
  
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin: 0 !important;
}

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





  img.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
    
    
    
    
  }


.s-851f690b-beb6-452d-b4e2-1fd81a002521 .shogun-image-content {
  
    align-items: center;
  
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin: 0 !important;
}

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





  img.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
    
    
    
    
  }


.s-851f690b-beb6-452d-b4e2-1fd81a002521 .shogun-image-content {
  
    align-items: center;
  
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin: 0 !important;
}

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





  img.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
    
    
    
    
  }


.s-851f690b-beb6-452d-b4e2-1fd81a002521 .shogun-image-content {
  
    align-items: center;
  
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521 {
  margin: 0 !important;
}

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





  img.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
    
    
    
    
  }


.s-851f690b-beb6-452d-b4e2-1fd81a002521 .shogun-image-content {
  
    align-items: center;
  
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-851f690b-beb6-452d-b4e2-1fd81a002521.shogun-image {
  box-sizing: border-box;
}




}
#s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc {
  display: none;
}
#s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc, #wrap-s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc { display: none !important; }}@media (max-width: 767px){#s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc {
  display: none;
}
#s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc, #wrap-s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-25513b79-f3a0-4f23-b73d-d24f71e0c4fc"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  margin: 0 !important;
}

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





  img.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ee8ff138-b22e-4db7-b49e-644cf5626a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  margin: 0 !important;
}

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





  img.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ee8ff138-b22e-4db7-b49e-644cf5626a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  margin: 0 !important;
}

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





  img.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ee8ff138-b22e-4db7-b49e-644cf5626a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  margin: 0 !important;
}

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





  img.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ee8ff138-b22e-4db7-b49e-644cf5626a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89 {
  margin: 0 !important;
}

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





  img.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ee8ff138-b22e-4db7-b49e-644cf5626a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee8ff138-b22e-4db7-b49e-644cf5626a89.shogun-image {
  box-sizing: border-box;
}




}
#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  margin: 0 !important;
}

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





  img.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f19efa33-a841-44e6-91b4-f8c76a066cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  margin: 0 !important;
}

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





  img.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f19efa33-a841-44e6-91b4-f8c76a066cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  margin: 0 !important;
}

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





  img.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f19efa33-a841-44e6-91b4-f8c76a066cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  margin: 0 !important;
}

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





  img.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f19efa33-a841-44e6-91b4-f8c76a066cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8 {
  margin: 0 !important;
}

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





  img.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f19efa33-a841-44e6-91b4-f8c76a066cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19efa33-a841-44e6-91b4-f8c76a066cc8.shogun-image {
  box-sizing: border-box;
}




}
#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  margin: 0 !important;
}

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





  img.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  margin: 0 !important;
}

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





  img.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  margin: 0 !important;
}

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





  img.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  margin: 0 !important;
}

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





  img.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 {
  margin: 0 !important;
}

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





  img.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c940f7-819e-4dac-afc5-fc4a67ee7d92.shogun-image {
  box-sizing: border-box;
}




}
#s-4edae910-26d2-4676-b199-aaf998e52865 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-4edae910-26d2-4676-b199-aaf998e52865 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4edae910-26d2-4676-b199-aaf998e52865 {
  margin: 0 !important;
}

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





  img.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4edae910-26d2-4676-b199-aaf998e52865 .shogun-image-content {
  
    align-items: center;
  
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4edae910-26d2-4676-b199-aaf998e52865 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4edae910-26d2-4676-b199-aaf998e52865 {
  margin: 0 !important;
}

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





  img.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4edae910-26d2-4676-b199-aaf998e52865 .shogun-image-content {
  
    align-items: center;
  
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4edae910-26d2-4676-b199-aaf998e52865 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4edae910-26d2-4676-b199-aaf998e52865 {
  margin: 0 !important;
}

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





  img.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4edae910-26d2-4676-b199-aaf998e52865 .shogun-image-content {
  
    align-items: center;
  
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4edae910-26d2-4676-b199-aaf998e52865 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4edae910-26d2-4676-b199-aaf998e52865 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4edae910-26d2-4676-b199-aaf998e52865 .shogun-image-content {
  
    align-items: center;
  
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4edae910-26d2-4676-b199-aaf998e52865 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4edae910-26d2-4676-b199-aaf998e52865 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4edae910-26d2-4676-b199-aaf998e52865 .shogun-image-content {
  
    align-items: center;
  
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edae910-26d2-4676-b199-aaf998e52865.shogun-image {
  box-sizing: border-box;
}




}
#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d20b8c-4899-4f1a-8b7e-e8972f63a9b6.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-6317705c-270e-47f8-854d-ed362568c38c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6317705c-270e-47f8-854d-ed362568c38c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6317705c-270e-47f8-854d-ed362568c38c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6317705c-270e-47f8-854d-ed362568c38c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-6317705c-270e-47f8-854d-ed362568c38c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5ef23a39-6c11-4ee5-86f9-29ef8cc6186c {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-5ef23a39-6c11-4ee5-86f9-29ef8cc6186c {
  
}
}







#s-5ef23a39-6c11-4ee5-86f9-29ef8cc6186c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ef23a39-6c11-4ee5-86f9-29ef8cc6186c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a141281d-1316-4aa5-a744-74d5ee903a41 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-a141281d-1316-4aa5-a744-74d5ee903a41:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a141281d-1316-4aa5-a744-74d5ee903a41:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a141281d-1316-4aa5-a744-74d5ee903a41-root {
    text-align: center;
  }


#s-a141281d-1316-4aa5-a744-74d5ee903a41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a141281d-1316-4aa5-a744-74d5ee903a41-root {
    text-align: center;
  }


#s-a141281d-1316-4aa5-a744-74d5ee903a41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a141281d-1316-4aa5-a744-74d5ee903a41-root {
    text-align: center;
  }


#s-a141281d-1316-4aa5-a744-74d5ee903a41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a141281d-1316-4aa5-a744-74d5ee903a41-root {
    text-align: center;
  }


#s-a141281d-1316-4aa5-a744-74d5ee903a41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a141281d-1316-4aa5-a744-74d5ee903a41-root {
    text-align: center;
  }


#s-a141281d-1316-4aa5-a744-74d5ee903a41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-cb731fd4-6559-4e0b-b5ab-8a6953ecd49c {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-7a51e123-dbe7-4ddd-9953-d50205c8c667 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7a51e123-dbe7-4ddd-9953-d50205c8c667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a51e123-dbe7-4ddd-9953-d50205c8c667"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7a51e123-dbe7-4ddd-9953-d50205c8c667"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a51e123-dbe7-4ddd-9953-d50205c8c667"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  text-align: center;
}



.shg-image-margin-container-s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
    
    
    
    
  }


.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
    
    
    
    
  }


.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
    
    
    
    
  }


.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
    
    
    
    
  }


.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
    
    
    
    
  }


.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77d3a56-4bd9-4b24-8f1e-a59e7d445041.shogun-image {
  box-sizing: border-box;
}




}
#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  text-align: center;
}



.shg-image-margin-container-s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
    
    
    
    
  }


.s-92c7a154-06fd-45b7-b75a-611ca644f8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
    
    
    
    
  }


.s-92c7a154-06fd-45b7-b75a-611ca644f8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
    
    
    
    
  }


.s-92c7a154-06fd-45b7-b75a-611ca644f8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
    
    
    
    
  }


.s-92c7a154-06fd-45b7-b75a-611ca644f8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
    
    
    
    
  }


.s-92c7a154-06fd-45b7-b75a-611ca644f8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c7a154-06fd-45b7-b75a-611ca644f8ff.shogun-image {
  box-sizing: border-box;
}




}
#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
    
    
    
    
  }


.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
    
    
    
    
  }


.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
    
    
    
    
  }


.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
    
    
    
    
  }


.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
    
    
    
    
  }


.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c3cda5f-ebc1-4be2-ae84-c79b682ede10.shogun-image {
  box-sizing: border-box;
}




}
#s-75cfbc1b-f119-4c82-aa21-8d3cae23de38 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75cfbc1b-f119-4c82-aa21-8d3cae23de38 {
  display: none;
}
#s-75cfbc1b-f119-4c82-aa21-8d3cae23de38, #wrap-s-75cfbc1b-f119-4c82-aa21-8d3cae23de38 { display: none !important; }}@media (max-width: 767px){#s-75cfbc1b-f119-4c82-aa21-8d3cae23de38 {
  display: none;
}
#s-75cfbc1b-f119-4c82-aa21-8d3cae23de38, #wrap-s-75cfbc1b-f119-4c82-aa21-8d3cae23de38 { display: none !important; }}
@media (min-width: 0px) {
[id="s-75cfbc1b-f119-4c82-aa21-8d3cae23de38"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-75cfbc1b-f119-4c82-aa21-8d3cae23de38"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-75cfbc1b-f119-4c82-aa21-8d3cae23de38"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-75cfbc1b-f119-4c82-aa21-8d3cae23de38"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffba9a9a-705a-40c5-940d-1c8e0ffd9b8d.shogun-image {
  box-sizing: border-box;
}




}
#s-43eed84e-8411-409f-af26-ed504657148c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-43eed84e-8411-409f-af26-ed504657148c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43eed84e-8411-409f-af26-ed504657148c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-43eed84e-8411-409f-af26-ed504657148c .shogun-image-content {
  
    align-items: center;
  
}

.s-43eed84e-8411-409f-af26-ed504657148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-43eed84e-8411-409f-af26-ed504657148c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43eed84e-8411-409f-af26-ed504657148c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-43eed84e-8411-409f-af26-ed504657148c .shogun-image-content {
  
    align-items: center;
  
}

.s-43eed84e-8411-409f-af26-ed504657148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-43eed84e-8411-409f-af26-ed504657148c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43eed84e-8411-409f-af26-ed504657148c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-43eed84e-8411-409f-af26-ed504657148c .shogun-image-content {
  
    align-items: center;
  
}

.s-43eed84e-8411-409f-af26-ed504657148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-43eed84e-8411-409f-af26-ed504657148c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43eed84e-8411-409f-af26-ed504657148c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-43eed84e-8411-409f-af26-ed504657148c .shogun-image-content {
  
    align-items: center;
  
}

.s-43eed84e-8411-409f-af26-ed504657148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-43eed84e-8411-409f-af26-ed504657148c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43eed84e-8411-409f-af26-ed504657148c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-43eed84e-8411-409f-af26-ed504657148c .shogun-image-content {
  
    align-items: center;
  
}

.s-43eed84e-8411-409f-af26-ed504657148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43eed84e-8411-409f-af26-ed504657148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43eed84e-8411-409f-af26-ed504657148c.shogun-image {
  box-sizing: border-box;
}




}
#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cc59761a-4db5-4bba-9e46-c009fc5e7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cc59761a-4db5-4bba-9e46-c009fc5e7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cc59761a-4db5-4bba-9e46-c009fc5e7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cc59761a-4db5-4bba-9e46-c009fc5e7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cc59761a-4db5-4bba-9e46-c009fc5e7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc59761a-4db5-4bba-9e46-c009fc5e7404.shogun-image {
  box-sizing: border-box;
}




}
#s-718488d5-b474-4c49-9564-bf53b0850312 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-718488d5-b474-4c49-9564-bf53b0850312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-718488d5-b474-4c49-9564-bf53b0850312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-718488d5-b474-4c49-9564-bf53b0850312 .shogun-image-content {
  
    align-items: center;
  
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-718488d5-b474-4c49-9564-bf53b0850312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-718488d5-b474-4c49-9564-bf53b0850312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-718488d5-b474-4c49-9564-bf53b0850312 .shogun-image-content {
  
    align-items: center;
  
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-718488d5-b474-4c49-9564-bf53b0850312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-718488d5-b474-4c49-9564-bf53b0850312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-718488d5-b474-4c49-9564-bf53b0850312 .shogun-image-content {
  
    align-items: center;
  
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-718488d5-b474-4c49-9564-bf53b0850312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-718488d5-b474-4c49-9564-bf53b0850312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-718488d5-b474-4c49-9564-bf53b0850312 .shogun-image-content {
  
    align-items: center;
  
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-718488d5-b474-4c49-9564-bf53b0850312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-718488d5-b474-4c49-9564-bf53b0850312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-718488d5-b474-4c49-9564-bf53b0850312 .shogun-image-content {
  
    align-items: center;
  
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718488d5-b474-4c49-9564-bf53b0850312.shogun-image {
  box-sizing: border-box;
}




}
#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3e30de0a-fbf7-4ed5-a04c-739082807809 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3e30de0a-fbf7-4ed5-a04c-739082807809 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3e30de0a-fbf7-4ed5-a04c-739082807809 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3e30de0a-fbf7-4ed5-a04c-739082807809 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3e30de0a-fbf7-4ed5-a04c-739082807809 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e30de0a-fbf7-4ed5-a04c-739082807809.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-06c0e164-29a1-4039-87aa-1bbaa28c440e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c0e164-29a1-4039-87aa-1bbaa28c440e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-06c0e164-29a1-4039-87aa-1bbaa28c440e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c0e164-29a1-4039-87aa-1bbaa28c440e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-06c0e164-29a1-4039-87aa-1bbaa28c440e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a20e66b-b374-4e6f-8626-f11c7588c1a4 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-9a20e66b-b374-4e6f-8626-f11c7588c1a4 {
  
}
}







#s-9a20e66b-b374-4e6f-8626-f11c7588c1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a20e66b-b374-4e6f-8626-f11c7588c1a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-884e0ae5-442b-472c-a053-7c6ce8723ea4 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-884e0ae5-442b-472c-a053-7c6ce8723ea4:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-884e0ae5-442b-472c-a053-7c6ce8723ea4:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-884e0ae5-442b-472c-a053-7c6ce8723ea4-root {
    text-align: center;
  }


#s-884e0ae5-442b-472c-a053-7c6ce8723ea4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-884e0ae5-442b-472c-a053-7c6ce8723ea4-root {
    text-align: center;
  }


#s-884e0ae5-442b-472c-a053-7c6ce8723ea4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-884e0ae5-442b-472c-a053-7c6ce8723ea4-root {
    text-align: center;
  }


#s-884e0ae5-442b-472c-a053-7c6ce8723ea4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-884e0ae5-442b-472c-a053-7c6ce8723ea4-root {
    text-align: center;
  }


#s-884e0ae5-442b-472c-a053-7c6ce8723ea4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-884e0ae5-442b-472c-a053-7c6ce8723ea4-root {
    text-align: center;
  }


#s-884e0ae5-442b-472c-a053-7c6ce8723ea4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-3c38f7aa-08b0-4129-9178-6b13879d48a9 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-cdd4a544-8b66-428a-b9f9-b1b145ca984f {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-cdd4a544-8b66-428a-b9f9-b1b145ca984f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdd4a544-8b66-428a-b9f9-b1b145ca984f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cdd4a544-8b66-428a-b9f9-b1b145ca984f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdd4a544-8b66-428a-b9f9-b1b145ca984f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  text-align: center;
}



.shg-image-margin-container-s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
    
    
    
    
  }


.s-86a38ea2-f69c-43da-8436-69db0e6134e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
    
    
    
    
  }


.s-86a38ea2-f69c-43da-8436-69db0e6134e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
    
    
    
    
  }


.s-86a38ea2-f69c-43da-8436-69db0e6134e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
    
    
    
    
  }


.s-86a38ea2-f69c-43da-8436-69db0e6134e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
    
    
    
    
  }


.s-86a38ea2-f69c-43da-8436-69db0e6134e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a38ea2-f69c-43da-8436-69db0e6134e5.shogun-image {
  box-sizing: border-box;
}




}
#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  text-align: center;
}



.shg-image-margin-container-s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
    
    
    
    
  }


.s-922e9e5b-25ff-4e84-991c-17a758f89139 .shogun-image-content {
  
    align-items: center;
  
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
    
    
    
    
  }


.s-922e9e5b-25ff-4e84-991c-17a758f89139 .shogun-image-content {
  
    align-items: center;
  
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
    
    
    
    
  }


.s-922e9e5b-25ff-4e84-991c-17a758f89139 .shogun-image-content {
  
    align-items: center;
  
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
    
    
    
    
  }


.s-922e9e5b-25ff-4e84-991c-17a758f89139 .shogun-image-content {
  
    align-items: center;
  
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
    
    
    
    
  }


.s-922e9e5b-25ff-4e84-991c-17a758f89139 .shogun-image-content {
  
    align-items: center;
  
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-922e9e5b-25ff-4e84-991c-17a758f89139.shogun-image {
  box-sizing: border-box;
}




}
#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
    
    
    
    
  }


.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
    
    
    
    
  }


.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
    
    
    
    
  }


.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
    
    
    
    
  }


.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
    
    
    
    
  }


.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ef0293-54c1-4494-8558-b2f7ccd1b8ca.shogun-image {
  box-sizing: border-box;
}




}
#s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d {
  display: none;
}
#s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d, #wrap-s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d { display: none !important; }}@media (max-width: 767px){#s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d {
  display: none;
}
#s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d, #wrap-s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-729b7441-3dc2-4eb5-8b75-4e7fdaf2db1d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e84a40fa-af2c-489b-95ec-da9409134bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e84a40fa-af2c-489b-95ec-da9409134bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e84a40fa-af2c-489b-95ec-da9409134bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e84a40fa-af2c-489b-95ec-da9409134bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e84a40fa-af2c-489b-95ec-da9409134bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e84a40fa-af2c-489b-95ec-da9409134bb3.shogun-image {
  box-sizing: border-box;
}




}
#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8fdb2c-4a9a-4c94-9fa3-8dfc1dc8f081.shogun-image {
  box-sizing: border-box;
}




}
#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0ac0a19f-3567-40ac-88af-07384d5fabd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0ac0a19f-3567-40ac-88af-07384d5fabd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0ac0a19f-3567-40ac-88af-07384d5fabd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0ac0a19f-3567-40ac-88af-07384d5fabd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0ac0a19f-3567-40ac-88af-07384d5fabd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac0a19f-3567-40ac-88af-07384d5fabd8.shogun-image {
  box-sizing: border-box;
}




}
#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a .shogun-image-content {
  
    align-items: center;
  
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a825c02-cdbc-4cb8-a7a7-851e42448b5a.shogun-image {
  box-sizing: border-box;
}




}
#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db1fbaf-6989-46d9-8f4c-12ee2ea6f2d8.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-22d64b88-9046-4c69-86bb-41640bfec1cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22d64b88-9046-4c69-86bb-41640bfec1cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-22d64b88-9046-4c69-86bb-41640bfec1cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d64b88-9046-4c69-86bb-41640bfec1cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-22d64b88-9046-4c69-86bb-41640bfec1cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b4162dd2-59da-406c-8139-4dbbe383611b {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-b4162dd2-59da-406c-8139-4dbbe383611b {
  
}
}







#s-b4162dd2-59da-406c-8139-4dbbe383611b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4162dd2-59da-406c-8139-4dbbe383611b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a-root {
    text-align: center;
  }


#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a-root {
    text-align: center;
  }


#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a-root {
    text-align: center;
  }


#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a-root {
    text-align: center;
  }


#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a-root {
    text-align: center;
  }


#s-b93e25c5-5b00-4a99-b4cb-a7ffedcea40a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-0a4e5d43-b784-492e-9499-631d9885f1e2 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-0a32cd85-73f7-4360-b279-6ba0c0e943e0 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-0a32cd85-73f7-4360-b279-6ba0c0e943e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a32cd85-73f7-4360-b279-6ba0c0e943e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a32cd85-73f7-4360-b279-6ba0c0e943e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a32cd85-73f7-4360-b279-6ba0c0e943e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  text-align: center;
}



.shg-image-margin-container-s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
    
    
    
    
  }


.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
    
    
    
    
  }


.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
    
    
    
    
  }


.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
    
    
    
    
  }


.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
    
    
    
    
  }


.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00e3a6a-a15c-432a-9dd7-fcb74b0b59e0.shogun-image {
  box-sizing: border-box;
}




}
#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  text-align: center;
}



.shg-image-margin-container-s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
    
    
    
    
  }


.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
    
    
    
    
  }


.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
    
    
    
    
  }


.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
    
    
    
    
  }


.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
    
    
    
    
  }


.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08f6a0a-14b5-49ae-8b1b-395c10974b0e.shogun-image {
  box-sizing: border-box;
}




}
#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-19adb84f-7bd5-44af-8569-4911dec3259f {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
    
    
    
    
  }


.s-19adb84f-7bd5-44af-8569-4911dec3259f .shogun-image-content {
  
    align-items: center;
  
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-19adb84f-7bd5-44af-8569-4911dec3259f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
    
    
    
    
  }


.s-19adb84f-7bd5-44af-8569-4911dec3259f .shogun-image-content {
  
    align-items: center;
  
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-19adb84f-7bd5-44af-8569-4911dec3259f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
    
    
    
    
  }


.s-19adb84f-7bd5-44af-8569-4911dec3259f .shogun-image-content {
  
    align-items: center;
  
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-19adb84f-7bd5-44af-8569-4911dec3259f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
    
    
    
    
  }


.s-19adb84f-7bd5-44af-8569-4911dec3259f .shogun-image-content {
  
    align-items: center;
  
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-19adb84f-7bd5-44af-8569-4911dec3259f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
    
    
    
    
  }


.s-19adb84f-7bd5-44af-8569-4911dec3259f .shogun-image-content {
  
    align-items: center;
  
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19adb84f-7bd5-44af-8569-4911dec3259f.shogun-image {
  box-sizing: border-box;
}




}
#s-8669cb0f-2ddf-40ce-a3a9-822747842077 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8669cb0f-2ddf-40ce-a3a9-822747842077 {
  display: none;
}
#s-8669cb0f-2ddf-40ce-a3a9-822747842077, #wrap-s-8669cb0f-2ddf-40ce-a3a9-822747842077 { display: none !important; }}@media (max-width: 767px){#s-8669cb0f-2ddf-40ce-a3a9-822747842077 {
  display: none;
}
#s-8669cb0f-2ddf-40ce-a3a9-822747842077, #wrap-s-8669cb0f-2ddf-40ce-a3a9-822747842077 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8669cb0f-2ddf-40ce-a3a9-822747842077"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-8669cb0f-2ddf-40ce-a3a9-822747842077"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8669cb0f-2ddf-40ce-a3a9-822747842077"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8669cb0f-2ddf-40ce-a3a9-822747842077"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-24e05bf9-540e-444e-86c0-f07ceae00734 .shogun-image-content {
  
    align-items: center;
  
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-24e05bf9-540e-444e-86c0-f07ceae00734 .shogun-image-content {
  
    align-items: center;
  
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-24e05bf9-540e-444e-86c0-f07ceae00734 .shogun-image-content {
  
    align-items: center;
  
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-24e05bf9-540e-444e-86c0-f07ceae00734 .shogun-image-content {
  
    align-items: center;
  
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-24e05bf9-540e-444e-86c0-f07ceae00734 .shogun-image-content {
  
    align-items: center;
  
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e05bf9-540e-444e-86c0-f07ceae00734.shogun-image {
  box-sizing: border-box;
}




}
#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89d300ec-f8ff-41ab-83de-c64378d53e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89d300ec-f8ff-41ab-83de-c64378d53e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89d300ec-f8ff-41ab-83de-c64378d53e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89d300ec-f8ff-41ab-83de-c64378d53e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-89d300ec-f8ff-41ab-83de-c64378d53e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d300ec-f8ff-41ab-83de-c64378d53e2a.shogun-image {
  box-sizing: border-box;
}




}
#s-6311701e-c74c-43da-a582-cb70351480c4 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-6311701e-c74c-43da-a582-cb70351480c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6311701e-c74c-43da-a582-cb70351480c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6311701e-c74c-43da-a582-cb70351480c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6311701e-c74c-43da-a582-cb70351480c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6311701e-c74c-43da-a582-cb70351480c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6311701e-c74c-43da-a582-cb70351480c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6311701e-c74c-43da-a582-cb70351480c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6311701e-c74c-43da-a582-cb70351480c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6311701e-c74c-43da-a582-cb70351480c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6311701e-c74c-43da-a582-cb70351480c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6311701e-c74c-43da-a582-cb70351480c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6311701e-c74c-43da-a582-cb70351480c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6311701e-c74c-43da-a582-cb70351480c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6311701e-c74c-43da-a582-cb70351480c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-6311701e-c74c-43da-a582-cb70351480c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6311701e-c74c-43da-a582-cb70351480c4.shogun-image {
  box-sizing: border-box;
}




}
#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a .shogun-image-content {
  
    align-items: center;
  
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a .shogun-image-content {
  
    align-items: center;
  
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a .shogun-image-content {
  
    align-items: center;
  
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a .shogun-image-content {
  
    align-items: center;
  
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a .shogun-image-content {
  
    align-items: center;
  
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55f5a78e-70d0-4ea6-9f72-55bf21b38a8a.shogun-image {
  box-sizing: border-box;
}




}
#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-373e6a30-9b90-4d8b-8b44-387b03faff2e .shogun-image-content {
  
    align-items: center;
  
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-373e6a30-9b90-4d8b-8b44-387b03faff2e .shogun-image-content {
  
    align-items: center;
  
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-373e6a30-9b90-4d8b-8b44-387b03faff2e .shogun-image-content {
  
    align-items: center;
  
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-373e6a30-9b90-4d8b-8b44-387b03faff2e .shogun-image-content {
  
    align-items: center;
  
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-373e6a30-9b90-4d8b-8b44-387b03faff2e .shogun-image-content {
  
    align-items: center;
  
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-373e6a30-9b90-4d8b-8b44-387b03faff2e.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-b153a5df-f167-4962-b735-fd1120e2b063"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b153a5df-f167-4962-b735-fd1120e2b063"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b153a5df-f167-4962-b735-fd1120e2b063"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b153a5df-f167-4962-b735-fd1120e2b063"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b153a5df-f167-4962-b735-fd1120e2b063"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4fe26fef-53f1-4e5e-9495-b89df786ceee {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-4fe26fef-53f1-4e5e-9495-b89df786ceee {
  
}
}







#s-4fe26fef-53f1-4e5e-9495-b89df786ceee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fe26fef-53f1-4e5e-9495-b89df786ceee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6f48754-c357-4e00-b259-7a79fe73540f {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-e6f48754-c357-4e00-b259-7a79fe73540f:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6f48754-c357-4e00-b259-7a79fe73540f:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6f48754-c357-4e00-b259-7a79fe73540f-root {
    text-align: center;
  }


#s-e6f48754-c357-4e00-b259-7a79fe73540f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6f48754-c357-4e00-b259-7a79fe73540f-root {
    text-align: center;
  }


#s-e6f48754-c357-4e00-b259-7a79fe73540f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6f48754-c357-4e00-b259-7a79fe73540f-root {
    text-align: center;
  }


#s-e6f48754-c357-4e00-b259-7a79fe73540f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6f48754-c357-4e00-b259-7a79fe73540f-root {
    text-align: center;
  }


#s-e6f48754-c357-4e00-b259-7a79fe73540f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6f48754-c357-4e00-b259-7a79fe73540f-root {
    text-align: center;
  }


#s-e6f48754-c357-4e00-b259-7a79fe73540f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5c7a7830-d5ae-46d2-a28b-d6fcdf724dc2 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
    
    
    
    
  }


.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
    
    
    
    
  }


.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
    
    
    
    
  }


.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
    
    
    
    
  }


.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
    
    
    
    
  }


.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccd46ccf-02ec-4632-bfd5-abcc2f3d6eb0.shogun-image {
  box-sizing: border-box;
}




}
#s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a {
  display: none;
}
#s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a, #wrap-s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a { display: none !important; }}@media (max-width: 767px){#s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a {
  display: none;
}
#s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a, #wrap-s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a { display: none !important; }}
@media (min-width: 0px) {
[id="s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-56d0c326-a16d-4d35-9c99-0e6520ec5b1a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-ac769671-5133-4346-b410-be8ffdceaf07 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ac769671-5133-4346-b410-be8ffdceaf07 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ac769671-5133-4346-b410-be8ffdceaf07 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ac769671-5133-4346-b410-be8ffdceaf07 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ac769671-5133-4346-b410-be8ffdceaf07 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ac769671-5133-4346-b410-be8ffdceaf07 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ac769671-5133-4346-b410-be8ffdceaf07 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ac769671-5133-4346-b410-be8ffdceaf07 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ac769671-5133-4346-b410-be8ffdceaf07 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ac769671-5133-4346-b410-be8ffdceaf07 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ac769671-5133-4346-b410-be8ffdceaf07 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac769671-5133-4346-b410-be8ffdceaf07.shogun-image {
  box-sizing: border-box;
}




}
#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-aa795723-77ea-4b9a-96b6-5814c4388c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-aa795723-77ea-4b9a-96b6-5814c4388c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-aa795723-77ea-4b9a-96b6-5814c4388c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-aa795723-77ea-4b9a-96b6-5814c4388c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-aa795723-77ea-4b9a-96b6-5814c4388c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa795723-77ea-4b9a-96b6-5814c4388c7d.shogun-image {
  box-sizing: border-box;
}




}
#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7e9f1cf9-d409-43cb-a375-06590939f13c .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7e9f1cf9-d409-43cb-a375-06590939f13c .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7e9f1cf9-d409-43cb-a375-06590939f13c .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7e9f1cf9-d409-43cb-a375-06590939f13c .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-7e9f1cf9-d409-43cb-a375-06590939f13c .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9f1cf9-d409-43cb-a375-06590939f13c.shogun-image {
  box-sizing: border-box;
}




}
#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d012de5-3e9c-4da8-adac-75afd573e471 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d012de5-3e9c-4da8-adac-75afd573e471 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d012de5-3e9c-4da8-adac-75afd573e471 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d012de5-3e9c-4da8-adac-75afd573e471 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0d012de5-3e9c-4da8-adac-75afd573e471 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d012de5-3e9c-4da8-adac-75afd573e471.shogun-image {
  box-sizing: border-box;
}




}
#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a027a8c3-ad0c-4516-a31f-8195c5466615 .shogun-image-content {
  
    align-items: center;
  
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a027a8c3-ad0c-4516-a31f-8195c5466615 .shogun-image-content {
  
    align-items: center;
  
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a027a8c3-ad0c-4516-a31f-8195c5466615 .shogun-image-content {
  
    align-items: center;
  
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a027a8c3-ad0c-4516-a31f-8195c5466615 .shogun-image-content {
  
    align-items: center;
  
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a027a8c3-ad0c-4516-a31f-8195c5466615 .shogun-image-content {
  
    align-items: center;
  
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a027a8c3-ad0c-4516-a31f-8195c5466615.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-9a0301fc-47da-41f1-8f88-7c56e66d93f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a0301fc-47da-41f1-8f88-7c56e66d93f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9a0301fc-47da-41f1-8f88-7c56e66d93f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a0301fc-47da-41f1-8f88-7c56e66d93f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-9a0301fc-47da-41f1-8f88-7c56e66d93f1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2e5f4845-aad3-4196-9a67-f45408082981 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e5f4845-aad3-4196-9a67-f45408082981 {
  
}
}







#s-2e5f4845-aad3-4196-9a67-f45408082981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e5f4845-aad3-4196-9a67-f45408082981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59a76bca-d519-4921-9def-80ace7062234 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-59a76bca-d519-4921-9def-80ace7062234:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59a76bca-d519-4921-9def-80ace7062234:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-59a76bca-d519-4921-9def-80ace7062234-root {
    text-align: center;
  }


#s-59a76bca-d519-4921-9def-80ace7062234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59a76bca-d519-4921-9def-80ace7062234-root {
    text-align: center;
  }


#s-59a76bca-d519-4921-9def-80ace7062234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59a76bca-d519-4921-9def-80ace7062234-root {
    text-align: center;
  }


#s-59a76bca-d519-4921-9def-80ace7062234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59a76bca-d519-4921-9def-80ace7062234-root {
    text-align: center;
  }


#s-59a76bca-d519-4921-9def-80ace7062234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59a76bca-d519-4921-9def-80ace7062234-root {
    text-align: center;
  }


#s-59a76bca-d519-4921-9def-80ace7062234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-a1e1bf30-ec4d-49ca-9a8d-d32b571c658d {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-453f1d70-5250-4cfb-ada1-577da45ac3de {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-453f1d70-5250-4cfb-ada1-577da45ac3de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-453f1d70-5250-4cfb-ada1-577da45ac3de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-453f1d70-5250-4cfb-ada1-577da45ac3de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-453f1d70-5250-4cfb-ada1-577da45ac3de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  text-align: center;
}



.shg-image-margin-container-s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
    
    
    
    
  }


.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
    
    
    
    
  }


.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
    
    
    
    
  }


.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
    
    
    
    
  }


.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
    
    
    
    
  }


.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c0ff21-0a54-4431-b87c-e453fe13b1a8.shogun-image {
  box-sizing: border-box;
}




}
#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  text-align: center;
}



.shg-image-margin-container-s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
    
    
    
    
  }


.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 .shogun-image-content {
  
    align-items: center;
  
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
    
    
    
    
  }


.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 .shogun-image-content {
  
    align-items: center;
  
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
    
    
    
    
  }


.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 .shogun-image-content {
  
    align-items: center;
  
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
    
    
    
    
  }


.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 .shogun-image-content {
  
    align-items: center;
  
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
    
    
    
    
  }


.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690 .shogun-image-content {
  
    align-items: center;
  
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d188a1-afb9-4d1d-b70d-e74e9e69c690.shogun-image {
  box-sizing: border-box;
}




}
#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
    
    
    
    
  }


.s-dde903a7-c22b-4505-aaa0-076ceb88052e .shogun-image-content {
  
    align-items: center;
  
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
    
    
    
    
  }


.s-dde903a7-c22b-4505-aaa0-076ceb88052e .shogun-image-content {
  
    align-items: center;
  
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
    
    
    
    
  }


.s-dde903a7-c22b-4505-aaa0-076ceb88052e .shogun-image-content {
  
    align-items: center;
  
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
    
    
    
    
  }


.s-dde903a7-c22b-4505-aaa0-076ceb88052e .shogun-image-content {
  
    align-items: center;
  
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
    
    
    
    
  }


.s-dde903a7-c22b-4505-aaa0-076ceb88052e .shogun-image-content {
  
    align-items: center;
  
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde903a7-c22b-4505-aaa0-076ceb88052e.shogun-image {
  box-sizing: border-box;
}




}
#s-d3bff915-c0a5-42bb-b717-98290126d0ae {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3bff915-c0a5-42bb-b717-98290126d0ae {
  display: none;
}
#s-d3bff915-c0a5-42bb-b717-98290126d0ae, #wrap-s-d3bff915-c0a5-42bb-b717-98290126d0ae { display: none !important; }}@media (max-width: 767px){#s-d3bff915-c0a5-42bb-b717-98290126d0ae {
  display: none;
}
#s-d3bff915-c0a5-42bb-b717-98290126d0ae, #wrap-s-d3bff915-c0a5-42bb-b717-98290126d0ae { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3bff915-c0a5-42bb-b717-98290126d0ae"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-d3bff915-c0a5-42bb-b717-98290126d0ae"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-d3bff915-c0a5-42bb-b717-98290126d0ae"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3bff915-c0a5-42bb-b717-98290126d0ae"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cf628d10-2e08-4503-b68c-48aee86d6e44 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cf628d10-2e08-4503-b68c-48aee86d6e44 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cf628d10-2e08-4503-b68c-48aee86d6e44 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cf628d10-2e08-4503-b68c-48aee86d6e44 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cf628d10-2e08-4503-b68c-48aee86d6e44 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf628d10-2e08-4503-b68c-48aee86d6e44.shogun-image {
  box-sizing: border-box;
}




}
#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f529c4d3-32db-439a-abe9-fc84f0288329 .shogun-image-content {
  
    align-items: center;
  
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f529c4d3-32db-439a-abe9-fc84f0288329 .shogun-image-content {
  
    align-items: center;
  
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f529c4d3-32db-439a-abe9-fc84f0288329 .shogun-image-content {
  
    align-items: center;
  
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f529c4d3-32db-439a-abe9-fc84f0288329 .shogun-image-content {
  
    align-items: center;
  
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-f529c4d3-32db-439a-abe9-fc84f0288329 .shogun-image-content {
  
    align-items: center;
  
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f529c4d3-32db-439a-abe9-fc84f0288329.shogun-image {
  box-sizing: border-box;
}




}
#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a6217f8-aad9-494a-80b6-1486475dbc8c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a6217f8-aad9-494a-80b6-1486475dbc8c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a6217f8-aad9-494a-80b6-1486475dbc8c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a6217f8-aad9-494a-80b6-1486475dbc8c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-0a6217f8-aad9-494a-80b6-1486475dbc8c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6217f8-aad9-494a-80b6-1486475dbc8c.shogun-image {
  box-sizing: border-box;
}




}
#s-b359f021-8c9b-4556-a536-63086c99d17e {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-b359f021-8c9b-4556-a536-63086c99d17e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b359f021-8c9b-4556-a536-63086c99d17e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b359f021-8c9b-4556-a536-63086c99d17e .shogun-image-content {
  
    align-items: center;
  
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b359f021-8c9b-4556-a536-63086c99d17e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b359f021-8c9b-4556-a536-63086c99d17e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b359f021-8c9b-4556-a536-63086c99d17e .shogun-image-content {
  
    align-items: center;
  
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b359f021-8c9b-4556-a536-63086c99d17e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b359f021-8c9b-4556-a536-63086c99d17e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b359f021-8c9b-4556-a536-63086c99d17e .shogun-image-content {
  
    align-items: center;
  
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b359f021-8c9b-4556-a536-63086c99d17e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b359f021-8c9b-4556-a536-63086c99d17e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b359f021-8c9b-4556-a536-63086c99d17e .shogun-image-content {
  
    align-items: center;
  
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b359f021-8c9b-4556-a536-63086c99d17e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b359f021-8c9b-4556-a536-63086c99d17e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b359f021-8c9b-4556-a536-63086c99d17e .shogun-image-content {
  
    align-items: center;
  
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b359f021-8c9b-4556-a536-63086c99d17e.shogun-image {
  box-sizing: border-box;
}




}
#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ee3911-7f55-47bc-80ba-d213cd0f6e39.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-911c0529-e6e9-4dda-b915-8476828a6581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-911c0529-e6e9-4dda-b915-8476828a6581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-911c0529-e6e9-4dda-b915-8476828a6581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-911c0529-e6e9-4dda-b915-8476828a6581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-911c0529-e6e9-4dda-b915-8476828a6581"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55090473-847b-446f-86e5-2fd4c8577f42 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-55090473-847b-446f-86e5-2fd4c8577f42 {
  
}
}







#s-55090473-847b-446f-86e5-2fd4c8577f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55090473-847b-446f-86e5-2fd4c8577f42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b-root {
    text-align: center;
  }


#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b-root {
    text-align: center;
  }


#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b-root {
    text-align: center;
  }


#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b-root {
    text-align: center;
  }


#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b-root {
    text-align: center;
  }


#s-63589ea0-6725-4d65-bb0d-9a8b5db5d05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-855e3d22-bd09-40d5-91c3-eb577d9bbb73 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-2fb724f4-bc9e-4969-b41d-09b1e697e990 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2fb724f4-bc9e-4969-b41d-09b1e697e990"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb724f4-bc9e-4969-b41d-09b1e697e990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb724f4-bc9e-4969-b41d-09b1e697e990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb724f4-bc9e-4969-b41d-09b1e697e990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  text-align: center;
}



.shg-image-margin-container-s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
    
    
    
    
  }


.s-3e4a0216-b61e-4b17-966d-7bc914628f85 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
    
    
    
    
  }


.s-3e4a0216-b61e-4b17-966d-7bc914628f85 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
    
    
    
    
  }


.s-3e4a0216-b61e-4b17-966d-7bc914628f85 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
    
    
    
    
  }


.s-3e4a0216-b61e-4b17-966d-7bc914628f85 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
    
    
    
    
  }


.s-3e4a0216-b61e-4b17-966d-7bc914628f85 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4a0216-b61e-4b17-966d-7bc914628f85.shogun-image {
  box-sizing: border-box;
}




}
#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  text-align: center;
}



.shg-image-margin-container-s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
    
    
    
    
  }


.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
    
    
    
    
  }


.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
    
    
    
    
  }


.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
    
    
    
    
  }


.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
    
    
    
    
  }


.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc2f4c3-f0a4-4ca2-95a8-517ecc311312.shogun-image {
  box-sizing: border-box;
}




}
#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
    
    
    
    
  }


.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
    
    
    
    
  }


.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
    
    
    
    
  }


.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
    
    
    
    
  }


.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
    
    
    
    
  }


.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ae9ea7-cad9-4e75-a0d0-d66cc6600100.shogun-image {
  box-sizing: border-box;
}




}
#s-b1f501c6-5b37-470c-993d-9120e04601f2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1f501c6-5b37-470c-993d-9120e04601f2 {
  display: none;
}
#s-b1f501c6-5b37-470c-993d-9120e04601f2, #wrap-s-b1f501c6-5b37-470c-993d-9120e04601f2 { display: none !important; }}@media (max-width: 767px){#s-b1f501c6-5b37-470c-993d-9120e04601f2 {
  display: none;
}
#s-b1f501c6-5b37-470c-993d-9120e04601f2, #wrap-s-b1f501c6-5b37-470c-993d-9120e04601f2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b1f501c6-5b37-470c-993d-9120e04601f2"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-b1f501c6-5b37-470c-993d-9120e04601f2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b1f501c6-5b37-470c-993d-9120e04601f2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1f501c6-5b37-470c-993d-9120e04601f2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4336249-469d-432f-8c4d-4b40acddbf96 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4336249-469d-432f-8c4d-4b40acddbf96 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4336249-469d-432f-8c4d-4b40acddbf96 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4336249-469d-432f-8c4d-4b40acddbf96 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-c4336249-469d-432f-8c4d-4b40acddbf96 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4336249-469d-432f-8c4d-4b40acddbf96.shogun-image {
  box-sizing: border-box;
}




}
#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3f8d80-77a3-4e54-94df-8a6cee82042b.shogun-image {
  box-sizing: border-box;
}




}
#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cd7de8ea-c6f5-48ed-9164-8717ae458198 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cd7de8ea-c6f5-48ed-9164-8717ae458198 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cd7de8ea-c6f5-48ed-9164-8717ae458198 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cd7de8ea-c6f5-48ed-9164-8717ae458198 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-cd7de8ea-c6f5-48ed-9164-8717ae458198 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7de8ea-c6f5-48ed-9164-8717ae458198.shogun-image {
  box-sizing: border-box;
}




}
#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d .shogun-image-content {
  
    align-items: center;
  
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d .shogun-image-content {
  
    align-items: center;
  
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d .shogun-image-content {
  
    align-items: center;
  
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d .shogun-image-content {
  
    align-items: center;
  
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d .shogun-image-content {
  
    align-items: center;
  
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90ee6f43-e8ea-4433-8aa0-709bec66ea0d.shogun-image {
  box-sizing: border-box;
}




}
#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  max-width: 60px;
text-align: center;
}



.shg-image-margin-container-s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-161ce503-6b1d-4d41-883e-c6c91e8fc454 .shogun-image-content {
  
    align-items: center;
  
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-161ce503-6b1d-4d41-883e-c6c91e8fc454 .shogun-image-content {
  
    align-items: center;
  
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-161ce503-6b1d-4d41-883e-c6c91e8fc454 .shogun-image-content {
  
    align-items: center;
  
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-161ce503-6b1d-4d41-883e-c6c91e8fc454 .shogun-image-content {
  
    align-items: center;
  
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-161ce503-6b1d-4d41-883e-c6c91e8fc454 .shogun-image-content {
  
    align-items: center;
  
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-161ce503-6b1d-4d41-883e-c6c91e8fc454.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-556f8f03-02ec-4889-b960-e50a46a7cb02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-556f8f03-02ec-4889-b960-e50a46a7cb02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-556f8f03-02ec-4889-b960-e50a46a7cb02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-556f8f03-02ec-4889-b960-e50a46a7cb02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-556f8f03-02ec-4889-b960-e50a46a7cb02"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c397d70c-0dbe-4dd1-905c-6f50e3bb3d52 {
  box-shadow:-12px 12px 0px 0px rgba(4, 4, 4, 1);
margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(217, 28, 34, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(249, 251, 252, 0.39);
}
@media (min-width: 768px) and (max-width: 991px){#s-c397d70c-0dbe-4dd1-905c-6f50e3bb3d52 {
  
}
}







#s-c397d70c-0dbe-4dd1-905c-6f50e3bb3d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c397d70c-0dbe-4dd1-905c-6f50e3bb3d52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29e1e651-8383-40f5-91e8-27fa8f244693 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-29e1e651-8383-40f5-91e8-27fa8f244693:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29e1e651-8383-40f5-91e8-27fa8f244693:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29e1e651-8383-40f5-91e8-27fa8f244693-root {
    text-align: center;
  }


#s-29e1e651-8383-40f5-91e8-27fa8f244693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29e1e651-8383-40f5-91e8-27fa8f244693-root {
    text-align: center;
  }


#s-29e1e651-8383-40f5-91e8-27fa8f244693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29e1e651-8383-40f5-91e8-27fa8f244693-root {
    text-align: center;
  }


#s-29e1e651-8383-40f5-91e8-27fa8f244693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29e1e651-8383-40f5-91e8-27fa8f244693-root {
    text-align: center;
  }


#s-29e1e651-8383-40f5-91e8-27fa8f244693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29e1e651-8383-40f5-91e8-27fa8f244693-root {
    text-align: center;
  }


#s-29e1e651-8383-40f5-91e8-27fa8f244693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-252ef420-f372-4522-9136-bcebffe10566 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}

#s-591a9892-de5c-424c-8057-683e814df4af {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-591a9892-de5c-424c-8057-683e814df4af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591a9892-de5c-424c-8057-683e814df4af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-591a9892-de5c-424c-8057-683e814df4af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-591a9892-de5c-424c-8057-683e814df4af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  text-align: center;
}



.shg-image-margin-container-s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
    
    
    
    
  }


.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
    
    
    
    
  }


.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
    
    
    
    
  }


.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
    
    
    
    
  }


.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
    
    
    
    
  }


.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece45dc6-88ef-4b39-b95a-31e8bbf64bb4.shogun-image {
  box-sizing: border-box;
}




}
#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  text-align: center;
}



.shg-image-margin-container-s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
    
    
    
    
  }


.s-930273d4-845c-4e62-8bfc-a5c802d2f20d .shogun-image-content {
  
    align-items: center;
  
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
    
    
    
    
  }


.s-930273d4-845c-4e62-8bfc-a5c802d2f20d .shogun-image-content {
  
    align-items: center;
  
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
    
    
    
    
  }


.s-930273d4-845c-4e62-8bfc-a5c802d2f20d .shogun-image-content {
  
    align-items: center;
  
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
    
    
    
    
  }


.s-930273d4-845c-4e62-8bfc-a5c802d2f20d .shogun-image-content {
  
    align-items: center;
  
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
    
    
    
    
  }


.s-930273d4-845c-4e62-8bfc-a5c802d2f20d .shogun-image-content {
  
    align-items: center;
  
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-930273d4-845c-4e62-8bfc-a5c802d2f20d.shogun-image {
  box-sizing: border-box;
}




}
#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}



.shg-image-margin-container-s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
    
    
    
    
  }


.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
    
    
    
    
  }


.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
    
    
    
    
  }


.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
    
    
    
    
  }


.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
    
    
    
    
  }


.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2b8a59-9a94-4a6d-8fa6-24aa80261bd2.shogun-image {
  box-sizing: border-box;
}




}
#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9 {
  box-shadow:-6px 6px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(255, 232, 0, 1);
border-radius: 0px;
background-color: rgba(20, 3, 126, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9:hover {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9:active {border-style: solid !important;
border-color: rgba(255, 232, 0, 1) !important;
background-color: rgba(20, 3, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f96eb44-4dec-496b-8c31-7d9f787f57c9-root {
    text-align: center;
  }


#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f96eb44-4dec-496b-8c31-7d9f787f57c9-root {
    text-align: center;
  }


#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f96eb44-4dec-496b-8c31-7d9f787f57c9-root {
    text-align: center;
  }


#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f96eb44-4dec-496b-8c31-7d9f787f57c9-root {
    text-align: center;
  }


#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f96eb44-4dec-496b-8c31-7d9f787f57c9-root {
    text-align: center;
  }


#s-0f96eb44-4dec-496b-8c31-7d9f787f57c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f526b517-0711-474c-b766-17de0b9b1415 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-f526b517-0711-474c-b766-17de0b9b1415 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}